Player's Id are not shown
#3

Quote:
Originally Posted by newbienoob
Посмотреть сообщение
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?
[QUOTE=newbienoob;1800364]
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,playerid);
SendClientMessageToAll(COLOR_GREEN,str);
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: 3 Guest(s)