29.06.2012, 08:25
In your sscanf line instead if doing something similar to this:
Do this
It's a good idea to show your code so we can give better help.
pawn Код:
sscanf(array, "p|iiii", ...);
pawn Код:
sscanf(array, "p<|>iiii", ...)