{$CLEO .cs}
0000: NOP
wait 8500
while true
wait 0
if and
00DF: actor $PLAYER_ACTOR driving
0AB0: key_pressed 114
then
03C0: 0@ = actor $PLAYER_ACTOR car
0227: 1@ = car 0@ health
if
1@ < 1000 // hp
then
018C: play_sound 1058 at 0.0 0.0 0.0
00BC: show_text_highpriority GXT 'FIXCAR1' time 1 flag 1
0224: set_car 0@ health_to 3000 // set car hp
053F: set_car 0@ tires_vulnerability 0
Player.Money($PLAYER_CHAR) += 0
wait 1000
Car.RemoveReferences(0@)
end
end
end