27.07.2014, 20:19
Try this
PHP код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(stringbig,sizeof(stringbig),""COL_WHITE"[GAME]%s(%d): {FFFFFF}%s",pName,playerid, text); SendPlayerMessageToAll(playerid,stringbig);

