How to do that?
#4

pawn Код:
public OnPlayerConnect(playerid)
{
   SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
   return 1;
}

pawn Код:
public OnPlayerDisconnect(playerid)
{
  SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
}
Reply


Messages In This Thread
How to do that? - by RatHack - 18.07.2010, 10:53
Re: How to do that? - by bartje01 - 18.07.2010, 11:10
Re: How to do that? - by Mystique - 18.07.2010, 22:07
Re: How to do that? - by [L3th4l] - 18.07.2010, 22:20

Forum Jump:


Users browsing this thread: 1 Guest(s)