Help need cleo

ZyZ.MaxiM

Active member
Joined
Nov 14, 2022
Messages
95
Solutions
2
Reaction score
4
Use Key numlock, car repair.

{$CLEO .cs}


:REPAIR_11
wait 100
if
Player.Defined($PLAYER_CHAR)
goto_if_false @REPAIR_38
goto @REPAIR_45

:REPAIR_38
goto @REPAIR_11

:REPAIR_45
wait 0
if and
Actor.Driving($PLAYER_ACTOR)
is_key_pressed 144
goto_if_false @REPAIR_108
1@ = Actor.CurrentCar($PLAYER_ACTOR)
0224: set_car 1@ health_to 2000
wait 50
0ACD: show_text_highpriority "~R~Vehicle Repaired!" time 1500
Car.RemoveReferences(1@)
wait 200

:REPAIR_108
goto @REPAIR_45
 
Top