13.10.2013, 08:42
Quote:
Bump, issue is still not resolved and I can't find the problem.
|
Код:
format(string, sizeof(string), "%s %s:"COL_WHITE "%s", atext, RemoveUnderScore(playerid), playerid, result);
Код:
new PLAYER_NAME[MAX_PLAYER_NAME]; GetPlayerName(playerid, PLAYER_NAME, MAX_PLAYER_NAME); format(string, sizeof(string), "%s %s: "COL_WHITE"%s", atext, PLAYER_NAME, result);