21.05.2010, 00:08
isto em On Player Connect
Nгo testei(to na informatica).
pawn Code:
new pname[30];
new string[256];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s entrou no servidor.",pname);
SendClientMessageToAll(COR, string);

