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