gokuta Posted May 3, 2015 Share Posted May 3, 2015 (edited) Can't make any decisions based on the value returned as this opcode returns random radio stations! Anyone experienced this problem before? Any suggestions or anything? Because I need to know current radio station playing! Thank You Edited May 3, 2015 by gokuta Link to comment Share on other sites More sharing options...
ZAZ Posted May 3, 2015 Share Posted May 3, 2015 There's something wrong with 051E: or 041E: for channel number of "User Track" and "Radio Off" [table]change radio by standart radio button to Usertrack051E: returns 11change radio by standart radio button to Radio off051E: returns 12[/table][table] change radio by 041E: to 11 (should be Usertrack)051E: returns 12standart radio display = Radio off change radio by 041E: to 12 (should be Radio off)051E: returns 12standart radio display = Radio off change radio by 041E: to 24 (should be ?)051E: returns 11standart radio display = Usertrack[/table]use the script below to test this sh*t {$CLEO .cs}:get_current_radio_stationthread 'GETRDIO'[email protected] = 11while true wait 0 051E: [email protected] = get_current_radio_station 03F0: text_draw_toggle 1 045A: text_draw_1number 20.0 180.0 'NUMBER' [email protected] 045A: text_draw_1number 20.0 190.0 'NUMBER' [email protected] if 0AB0: key_pressed 8 then 041E: set_radio_station [email protected] endend koragg 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now