Resource icon

CLEO Release [CLEO] carrepair.cs

CLEO related
Status
Not open for further replies.

@WZ

Active member
Joined
Aug 3, 2014
Messages
25
Reaction score
1
Hello, im starting with cleo scripting and this is my first CLEO called carrepair.cs, activation : .  Have fun
 

Attachments

  • Car Repair by @WZ.rar
    6.7 KB · Views: 387

Riftik

Active member
Joined
Feb 22, 2014
Messages
41
Reaction score
0
Please can someone make it so it's /.repaircar or something? I find myself hitting . by mistake and repairing the car.
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
The script had some mistakes in it and I fixed them. The cleo should work perfectly now.
 

@WZ

Active member
Joined
Aug 3, 2014
Messages
25
Reaction score
1
Thanks to TH3RM4L for fixing it. Tested, working perfectly
 

bigben07

Active member
Joined
Nov 10, 2013
Messages
140
Reaction score
0
someone mind changing this to something like typing "REPAIR" on keyboard?
 

x7F8

Member
Joined
Jul 31, 2014
Messages
21
Reaction score
1
Outlaw Immortalz link said:
someone mind changing this to something like typing "REPAIR" on keyboard?

Code:
{$CLEO}

0000:

while true
    wait 0
    if and
    Player.Defined($PLAYER_CHAR)
    Actor.Driving($PLAYER_ACTOR)
    then
        if
        0ADC: "REPAIR"
        then
            31@ = Actor.CurrentCar($PLAYER_ACTOR)
            0A30: repair_car 31@
            Car.RemoveReferences(31@)
            print "Car repaired!" 2000
        end
    end
end
 

Attachments

  • car_repair.cs
    17.6 KB · Views: 1,180

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
Depends on anticheat of every server  :trollface:
 
Status
Not open for further replies.
Top