GetDeathreason?
#1

Is there any way to getplayer's death reason of killed by vehicle?
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(reason == 38)
  {
  // Do something here
  }
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)