21.06.2010, 17:37
Works for me. I can use strlen and not get an error at all. Are you completely sure it's that line? You can also ignore the error if you just do.
Edit: Oh wait! Use the one below.
pawn Код:
format(price, 64, strval(field[2]);
pawn Код:
format(price, strlen(price), strval(field[2]));