CLEO Help Keybinder dont work - crash

CLEO related
Status
Not open for further replies.

N1co98

New member
Joined
Jan 21, 2015
Messages
1
Reaction score
0
hey all,
i'm new in cleo but i tryed to make a keybinder with cleo.
my code is

Code:
{$CLEO .cs}

thread 'Keybinder'

:Keybinder
wait 0   
if and
0AB0: key_pressed 74
0AFA: is_samp_structures_available
then 
0AF9: samp say_msg "/command"
wait 1000
end
jump @Keybinder

but i crash when i start my samp!

help!
 
Status
Not open for further replies.
Top