bonesaw2303
Active member
- Joined
- Jul 25, 2014
- Messages
- 42
- Reaction score
- 0
So i just compile and edit to this script and i got the messege: Incorrect number of the conditions, i want the health of the car to be set to 0
// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}
//-------------MAIN---------------
thread 'RC'
:RC_11
wait 0
if
Player.Defined($PLAYER_ACTOR)
03C0: 1@ = actor $PLAYER_ACTOR car
else_jump @RC_11
if
Actor.Driving($PLAYER_ACTOR)
else_jump @RC_11
wait 0
jump @RC_66
:RC_66
wait 0
if
key_down 82
else_jump @RC_114
0A30: repair_car 1@
Car.Health(4@) = 0
:RC_114
wait 0
jump @RC_11