CLEO Help Fix wheel

CLEO related
Status
Not open for further replies.

VINHDZ

Active member
Joined
Nov 14, 2020
Messages
53
Reaction score
0
Location
viet nam
hello, I need to write a code to fix the car but unlike the internet that I need cleo fix the car but only fix the wheel, can you help me?
 

⪻Chucky⪼

Member
Joined
Jun 10, 2020
Messages
11
Reaction score
1
Location
argentina
Code:
{$CLEO .cs}

0000: NOP

while 8AFA:
    wait 0
end

while true
    wait 0
    if and
    00DF:   actor $PLAYER_ACTOR driving
    8B8C:  not samp is_cursor_active
    0AB0: 88 //X
    then
        03C0: 0@ = actor $PLAYER_ACTOR car
        0B2C: samp 1@ = get_vehicle_id_by_car_handle 0@
        for 2@ = 0 to 3
            0699: set_car 0@ repair_tire 2@
        end
        0B33: samp send_damage_vehicle 1@ panel 1 doors 1 lights 1 tires 1
        while 0AB0: 88 //X
            wait 0
        end
    end
end
 

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
Code:
{$CLEO .cs}

0000: NOP

while 8AFA:
    wait 0
end

while true
    wait 0
    if and
    00DF:   actor $PLAYER_ACTOR driving
    8B8C:  not samp is_cursor_active
    0AB0: 88 //X
    then
        03C0: 0@ = actor $PLAYER_ACTOR car
        0B2C: samp 1@ = get_vehicle_id_by_car_handle 0@
        for 2@ = 0 to 3
            0699: set_car 0@ repair_tire 2@
        end
        0B33: samp send_damage_vehicle 1@ panel 1 doors 1 lights 1 tires 1
        while 0AB0: 88 //X
            wait 0
        end
    end
end

C++:
while 0AFA: //not 8afa 
    wait 0
end
 

VINHDZ

Active member
Joined
Nov 14, 2020
Messages
53
Reaction score
0
Location
viet nam
[QUOTE = "Frozen, post: 130522, member: 57428"] Vậy bạn muốn chỉ gắn bánh xe trên ô tô chứ không phải ô tô? [/ QUOTE]
YEs
 

VINHDZ

Active member
Joined
Nov 14, 2020
Messages
53
Reaction score
0
Location
viet nam
[QUOTE = "Frozen, post: 130525, member: 57428"] [CODE = cpp] trong khi 0AFA: // không phải 8afa
đợi 0
end [/ CODE] [/ QUOTE]


how to start
 
Status
Not open for further replies.
Top