sscanf errors.
#1

Код:
sscanf warning: Unknown format specifier ';', skipping.
sscanf warning: Format specifier does not match parameter count.
sscanf warning: Unknown format specifier ';', skipping.
? how to understand?
Reply
#2

Try updating your plugin/include
Reply
#3

Without knowing from where it was caused at, we cannot help that much. However, I'll tell you what happens.

In the sscanf, let's say you do:
pawn Код:
new
    id,
    level
;
if( sscanf( params, "d;iiiiii;", id, level ) ) return // some error message
I think that would give those two warnings.

PS: 5,000 posts!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)