SA-MP Forums Archive
Tires on motocikle. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tires on motocikle. (/showthread.php?tid=360713)



Tires on motocikle. - budelis - 18.07.2012

Hi. How need use:

Код:
UpdateVehicleDamageStatus
I want explode motocikle back wheel.


Re: Tires on motocikle. - ViniBorn - 18.07.2012

pawn Код:
new panels, doors, lights, tires;
GetVehicleDamageStatus(GetPlayerVehicleID(playerid), panels, doors, lights, tires);
UpdateVehicleDamageStatus(GetPlayerVehicleID(playerid), panels, doors, lights, 3);



Re: Tires on motocikle. - budelis - 18.07.2012

This will explode all wheels. I try use ( 5 ), but this just work on cars...


Re: Tires on motocikle. - ViniBorn - 18.07.2012

Sorry, I misread. Try 1