SScanf2 Problem
#2

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


Messages In This Thread
SScanf2 Problem - by Greaper - 17.05.2014, 18:39
Re: SScanf2 Problem - by Konstantinos - 17.05.2014, 18:51
Re: SScanf2 Problem - by Greaper - 17.05.2014, 18:59
Re: SScanf2 Problem - by Konstantinos - 17.05.2014, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)