blackHat
Expert
- Joined
- Jul 28, 2013
- Messages
- 930
- Reaction score
- 2
hello i  got stuckat this code , the code is about making the car flip if it's upside down so my code is this:
 
	
	
	
		
but the code doesn't work , what is wrong with it?
			
			
		Code:
	
	{$CLEO .cs}
thread 'flip' 
:start //the start         
wait 10
00D9: $car = actor $PLAYER_ACTOR car
if
00DB:   actor $PLAYER_ACTOR in_car $car
0AB0: KEY_PRESSING: 119 // F8
jf @start     
018F:   car $car flipped_for_2_seconds // or  this code 01F4:   car $car flipped 
jump @startbut the code doesn't work , what is wrong with it?
 
				