OnPLayerExitVehicle
#1

If player explosion in auto this callback is called?
Reply
#2

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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)