help plz
#2

Quote:
Originally Posted by Pixels^
Connect icon in DeathStats from ******
pawn Код:
public OnPlayerConnect(playerid)
{
   SendDeathMessage(playerid, INVALID_PLAYER_ID, 200);
   return 1;
}

Disconnect icon in DeathStats from ******
pawn Код:
public OnPlayerDisconnect(playerid)
{
  SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
}
Kills:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}
Reply


Messages In This Thread
help plz - by leociclon - 28.05.2010, 03:12
Re: help plz - by russo666 - 28.05.2010, 03:29
Re: help plz - by leociclon - 28.05.2010, 04:05
Re: help plz - by (SF)Noobanatior - 28.05.2010, 04:50
Re: help plz - by leociclon - 28.05.2010, 04:56
Re: help plz - by (SF)Noobanatior - 28.05.2010, 05:00

Forum Jump:


Users browsing this thread: 6 Guest(s)