Bulletproof tires - 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: Bulletproof tires (
/showthread.php?tid=665045)
Bulletproof tires -
Blocker22 - 20.03.2019
i want pwn code of making car tires bullet proof
Re: Bulletproof tires -
Kaliber - 20.03.2019
Besides your post is really unfriendly, you should be more polite, here is some code:
PHP код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
new panels, doors, lights, tires;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 0);
return 1;
}
Re: Bulletproof tires -
Blocker22 - 20.03.2019
Quote:
Originally Posted by Kaliber
Besides your post is really unfriendly, you should be more polite, here is some code:
PHP код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
new panels, doors, lights, tires;
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 0);
return 1;
}
|
its said wrong in "vehicleid"