17.12.2010, 00:08
Just replace the error line with this (you'll kick yourself :P):
EDIT: Although I don't see a need for string2, you could just as easily remove string2 and do:
pawn Код:
format(HInfo[i][ownername], sizeof(HInfo[i][ownername]), "%s", string2);
pawn Код:
format(HInfo[i][ownername], sizeof(HInfo[i][ownername]), "%s", pName);