17.05.2014, 18:51
It means that the specifiers do not match with the arguments. An example:
It has 4 specifiers (1 integer and 3 floats) but only 3 arguments (3 floats). It's missing 1 argument which is the integer.
pawn Code:
sscanf(info, "ifff", x, y, z)