Posts: 25
Threads: 9
Joined: Aug 2013
Reputation:
0
If player explosion in auto this callback is called?
Posts: 115
Threads: 0
Joined: Mar 2018
28.03.2018, 20:48
(
Последний раз редактировалось ForCop; 28.03.2018 в 21:28.
)
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;
}