18.04.2009, 11:15
Use this:
It works perfectly for me.
pawn Код:
new string[128];
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string, sizeof(string), "%s has joined the server.",playername);
SendClientMessageToAll(0x33AA33AA,string);