blackHat
Expert
- Joined
- Jul 28, 2013
- Messages
- 930
- Reaction score
- 2
hello, so i was coding but the program just want work , idk what missing if there is
this is the code:
this is the code:
Code:
{$VERSION 3.1.1000}
{$CLEO .cs}
//-------------MAIN---------------//
thread 'unjack'
:unjack_01
wait 0
if
0AB0: key_pressed 80 // p
else_jump @unjack_02
0526: set_actor $PLAYER_ACTOR stay_in_car_when_jacked 1
jf @unjack_01
jump @unjack_02
:unjack_02
wait 0
IF
0AB0: key_pressed 79 //O
jf @unjack_01
0526: set_actor $PLAYER_ACTOR stay_in_car_when_jacked 0
jump @Cunjack_01