i want to check who exploded the vehicle "vehicleid" - 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: i want to check who exploded the vehicle "vehicleid" (
/showthread.php?tid=437783)
i want to check who exploded the vehicle "vehicleid" -
tomsalmon - 17.05.2013
Hello, i have this vehicle in my mod:
PHP код:
ActVehicle = AddStaticVehicle(411, -864.9406, 1560.2047, 24.5667, 272.2899, -1, -1);
when the vehicle explode, i want to check who exploded the vehicle, how can i do this?
Re: i want to check who exploded the vehicle "vehicleid" -
RajatPawar - 17.05.2013
I don't know about explode, but this can help -
https://sampwiki.blast.hk/wiki/OnVehicleDeath
Re: i want to check who exploded the vehicle "vehicleid" -
tomsalmon - 17.05.2013
Thanks! i forgot that Parameter of killerid.