sscanf warning: Format specifier does not match parameter count.
#2

This happens when you do this:
pawn Код:
new id, secid;
if(sscanf(params, "dd", id))//missing one parameter..
It should happen when you do a command, try to investigate which command is it and fix it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)