OnPLayerExitVehicle - 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: OnPLayerExitVehicle (
/showthread.php?tid=651827)
OnPLayerExitVehicle -
Hitropl - 28.03.2018
If player explosion in auto this callback is called?
Re: OnPLayerExitVehicle -
ForCop - 28.03.2018
Quote:
Originally Posted by Hitropl
If player explosion in auto this callback is called?
|
Код:
public OnVehicleDeath(vehicleid, killerid)
{
if(killerid != INVALID_PLAYER_ID)
{
you code
}
return true;
}