SA-MP Forums Archive
Does "DestroyVehicle" call public OnVehicleDeath? - 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: Does "DestroyVehicle" call public OnVehicleDeath? (/showthread.php?tid=351536)



Does "DestroyVehicle" call public OnVehicleDeath? - pasha97 - 16.06.2012

I want to know, does function DestroyVehicle coll public OnVehicleDeath?


Re: Does "DestroyVehicle" call public OnVehicleDeath? - TheArcher - 16.06.2012

Do a debug

E.g put print(" OnVehicleDeath "); on OnVehicleDeath, you'll see that message in the console after you destroy a vehicle ( if its called )