14.08.2013, 11:36
Oy Josh ya got a lil' problem in the formatting there.
Let me demonstrate;
that ain' no good, you got 3 format characters yet ya got 4 values, that ain't matching up.
so how about you do it like this:
I'm assuming RemoveUnderScore returns the player's name without underscores.
Kind regards,
Mike Peterson
Let me demonstrate;
pawn Код:
format(string, sizeof(string), "%s %s:"COL_WHITE "%s", atext, RemoveUnderScore(playerid), playerid, result);
so how about you do it like this:
pawn Код:
format(string, sizeof(string), "%s %s(%d):"COL_WHITE "%s", atext, RemoveUnderScore(playerid),playerid, result);
Kind regards,
Mike Peterson

