CLEO Help How to change this code to make this car won't able to repair itself?

CLEO related
Status
Not open for further replies.

Mzguen

New member
Joined
Dec 5, 2019
Messages
4
Reaction score
0
Location
United States
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 6.14.2013
{$CLEO .cs}

//-------------MAIN---------------
thread 'HEAVYCAR'

:HEAVYCAR_19
wait 0
if
   Player.Defined($PLAYER_ACTOR)
1@ = Actor.CurrentCar($PLAYER_ACTOR)
else_jump @HEAVYCAR_19
if
   Actor.Driving($PLAYER_ACTOR)
else_jump @HEAVYCAR_19
wait 0
jump @HEAVYCAR_74

:HEAVYCAR_74
wait 0
if
0AB0:   key_pressed 72
else_jump @HEAVYCAR_129
0A30: repair_car 1@
01EC: make_car 1@ very_heavy 1
Car.Health(1@) = 10000
03E5: show_text_box 'CS_WELC'
wait 3000

:HEAVYCAR_129
wait 0
jump @HEAVYCAR_19
 
Status
Not open for further replies.
Top