Need Help With Death Window
#5

Search, in Gamemodes section there's a topic called "Useful snippets"
pawn Код:
//Connect icon in DeathStats from ******
public OnPlayerConnect(playerid)
{
   SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
   return 1;
}

//Disconnect icon in DeathStats from ******
public OnPlayerDisconnect(playerid)
{
  SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
}
Reply


Messages In This Thread
Need Help With Death Window - by Chilliad - 12.05.2010, 16:43
Re: Need Help With Death Window - by Andy_McKinley - 12.05.2010, 16:52
Re: Need Help With Death Window - by Chilliad - 12.05.2010, 17:21
Re: Need Help With Death Window - by Jay. - 12.05.2010, 19:25
Re: Need Help With Death Window - by Zimon95 - 12.05.2010, 19:30
Re: Need Help With Death Window - by Chilliad - 13.05.2010, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)