17.05.2014, 18:39
SScanf2 Problem
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)
17.05.2014, 18:59
How to Fix this Please Exact Example
17.05.2014, 19:04
I can't give exact example as I'm not aware of the code. It's probably used inside OnGameModeInit callback.
« Next Oldest | Next Newest »
Users browsing this thread: 2 Guest(s)