Helo i try create my first .cs ! Keybinder "say /status" in 120 seconds.
I press f4 and dont work.
I press f4 and dont work.
Code:
{$CLEO .cs}
thread 'TESTCLEO'
TESTCLEO_01
wait 0
if and
0AB0: key_pressed 115
0AFA: is_samp_structures_available
else_jump @TESTCLEO_01
0AF9: samp say_msg "/status"
wait 5000
jump @TESTCLEO_01