How to detect if player Crashed ?
#6

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
  if(reason == 2)
  {
    SendClientMessageToAll(COLOR_RED, "Player has crashed!");
  }
  return 1;
}
But that's almost the same as dice7 did
Reply


Messages In This Thread
How to detect if player Crashed ? - by Zeromanster - 27.06.2009, 19:34
Re: How to detect if player Crashed ? - by dice7 - 27.06.2009, 20:06
Re: How to detect if player Crashed ? - by Andom - 27.06.2009, 20:17
Re: How to detect if player Crashed ? - by Zeromanster - 27.06.2009, 20:18
Re: How to detect if player Crashed ? - by dice7 - 27.06.2009, 20:19
Re: How to detect if player Crashed ? - by Andom - 27.06.2009, 20:20
Re: How to detect if player Crashed ? - by Zeromanster - 27.06.2009, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)