L LeQuanghien New member Joined May 20, 2018 Messages 3 Reaction score 0 Aug 15, 2018 #1 can someone give me a cleo, which would heal my vehicle health into 2500 by pressing "3" thanks
L LeQuanghien New member Joined May 20, 2018 Messages 3 Reaction score 0 Aug 17, 2018 #2 Plz help Upvote 0 Downvote
L LeQuanghien New member Joined May 20, 2018 Messages 3 Reaction score 0 Aug 27, 2018 #3 helppp Upvote 0 Downvote
S ShihabSoft New member Joined Aug 27, 2018 Messages 4 Reaction score 1 Aug 27, 2018 #4 {$CLEO .cs} 0000: :MAIN wait 0 if and Actor.Driving($PLAYER_ACTOR) key_down 51 then 1@ = Actor.CurrentCar($PLAYER_ACTOR) Car.Health(1@) = 2500 end jump @MAIN compile the above with sanny builder Upvote 0 Downvote
{$CLEO .cs} 0000: :MAIN wait 0 if and Actor.Driving($PLAYER_ACTOR) key_down 51 then 1@ = Actor.CurrentCar($PLAYER_ACTOR) Car.Health(1@) = 2500 end jump @MAIN compile the above with sanny builder
CSprite Active member Joined Nov 12, 2016 Messages 94 Reaction score 7 Aug 27, 2018 #5 Use kcmds , if u press 1 it will heal your car. I think. Attachments kcmds.cs 56 KB · Views: 11 Upvote 0 Downvote