15.04.2012, 14:36
pawn Код:
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(str,sizeof(str),"%s (ID: %d) has joined the server",name);
SendClientMessageToAll(COLOR_GREEN,str);
It doesn't show the player's id. How can i fix it?