18.01.2014, 10:07
pawn Код:
format(czatstring1[i], sizeof(czatstring1), "%i ~r~~h~%s ~w~Head Admin~r~~h~%s", playerid,gracz, text);
Here are some questions:
* Are you formatting a multi-dimensional array? Then replace the variable's initialization text with: 'new czatstring1[128];'
* Mark the lines where the error occurs.