01.10.2012, 19:10
Never use dimensions in the sizeof operator. Also array indices start at 0.
pawn Код:
format(string[0], sizeof(string[]), "penis");
format(string[1], sizeof(string[]), "llol");