03.02.2009, 18:42
Код:
new pname[MAX_PLAYER_NAME];
GetPlayerName(i, pname, sizeof(pname));
format(string, sizeof(string), "[WIN] ~w~%s ~r~Win", pname);
GameTextForAll("%s Win", 8000, 3);
i can't see the name of the winner , ingame i see %s . Can you help me?

