nijaiseeyou
Member
- Joined
- Apr 28, 2013
- Messages
- 15
- Reaction score
- 0
I followed everything in this tutorial I was doing and my code gives me op codes and I crash
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'TIRE'
:TIRE_11
wait 0
if and
0AB0: key_pressed 49
Actor.Driving($PLAYER_ACTOR)
else_jump @TIRE_11
0@ = Actor.MissionCar($PLAYER_ACTOR)
0699: set_car 0@ repair_tire 2
jump @TIRE_11
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'TIRE'
:TIRE_11
wait 0
if and
0AB0: key_pressed 49
Actor.Driving($PLAYER_ACTOR)
else_jump @TIRE_11
0@ = Actor.MissionCar($PLAYER_ACTOR)
0699: set_car 0@ repair_tire 2
jump @TIRE_11