SScanf2 Problem
#1

Whats the meaming of this?

http://imgur.com/QDJItTK
Reply
#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
#3

How to Fix this Please Exact Example
Reply
#4

I can't give exact example as I'm not aware of the code. It's probably used inside OnGameModeInit callback.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)