01.08.2007, 18:06
Connect icon in DeathStats from ******
Disconnect icon in DeathStats from ******
[/quote]
the disconnect icon shows for me, but the connect icon wont show.
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);
}
the disconnect icon shows for me, but the connect icon wont show.
