17.08.2011, 10:00
pawn Код:
public OnPlayerConnect(playerid)
{
format(string, sizeof(string), "%s (ID: %d) has joined the server!", PlayerName(playerid), playerid);
SendClientMessageToAll(-1, string);
SendDeathMessage(INVALID_PLAYER_ID, playerid, 200);
return 1;
}