nijaiseeyou
Member
- Joined
- Apr 28, 2013
- Messages
- 15
- Reaction score
- 0
Hello, I am a newbie on scripting cleo I can script really good with SAMP but neither than that suck.
Here is my code
Why dose when I press the buttons It gives me a OP code and then eventually crashes my game?
Please show me what I did wrong and possibly explain why It is doing this so I don't run into this problem next time.
Here is my code
Code:
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'tire'
:tire_01
wait 0
if
0AB0: key_pressed 49
else_jump @tire_01
053F: set_car 0@ tires_vulnerability 0
jump @tire_01
:tire_02
wait 0
if
0AB0: key_pressed 50
else_jump @tire_01
053F: set_car 0@ tires_vulnerability 1
jump @tire_01
Please show me what I did wrong and possibly explain why It is doing this so I don't run into this problem next time.