SA-MP Forums Archive
Cars automatically blow up? - 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: Cars automatically blow up? (/showthread.php?tid=364222)



Cars automatically blow up? - ShawtyyMacJunior - 30.07.2012

How would i make a car blow up via command?


Re: Cars automatically blow up? - DaRealShazz - 30.07.2012

Set the vehicle's health to 0.


Re: Cars automatically blow up? - maramizo - 30.07.2012

SetVehicleHealth


Re: Cars automatically blow up? - Devilxz97 - 30.07.2012

pawn Код:
SetVehicleHealth(vehicleid, 0);