{$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
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
while 0AFA: //not 8afa
wait 0
end