11.06.2010, 15:00
GetPlayerName(playerid) ?
pawn Код:
new
pName[MAX_PLAYER_NAME]
;
GetPlayerName(playerid, pName, sizeof(pName));
format(JoinMSG, sizeof(JoinMSG),"[%s][%d] has just joined the game", pName, playerid);