Player's Id are not shown
#1

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?
Reply


Messages In This Thread
Player's Id are not shown - by newbienoob - 15.04.2012, 14:36
Re: Player's Id are not shown - by tyler12 - 15.04.2012, 14:39
Re: Player's Id are not shown - by Hoss - 15.04.2012, 14:40
Re: Player's Id are not shown - by newbienoob - 15.04.2012, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)