01.10.2012, 19:06
where? in the format? cause im testing this in a simple cmd
pawn Код:
CMD:string(playerid, params[])
{
new string[2][128];
format(string[1], sizeof(string[1]), "penis");
format(string[2], sizeof(string[2]), "llol");
return 1;
}