06.11.2011, 10:28
pawn Код:
// no OnPlayerConnect
new string[30];
new nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome));
format(string, sizeof(string), "%s Entrou no Servidor.",nome(playerid));
SendClientMessageToAll(COR,string);