My Server Problem
#5

Error says it all, at some places where you have used sscanf like sscanf(... , ... , ...);
The parameter count doesnt match with specifier.

For example,
pawn Code:
sscanf(str, "ii", val);
//or
sscanf(str, "i", val, val_2);
You can clearly see what's wrong no. of specifiers inside quotes does not match with the parameter count(val ... )

Look for smth like that in your code
Reply


Messages In This Thread
SSCANF Warning: Format specifier does not match parameter Count. - by RainW - 18.05.2020, 13:49
Re: My Server Problem - by Adamoneoone - 18.05.2020, 13:56
Re: My Server Problem - by jasperschellekens - 18.05.2020, 13:57
Re: My Server Problem - by RainW - 18.05.2020, 14:07
Re: My Server Problem - by GameOvr - 18.05.2020, 14:15
Re: My Server Problem - by RainW - 18.05.2020, 14:49
Re: My Server Problem - by RainW - 18.05.2020, 14:57
Re: My Server Problem - by XStormiest - 18.05.2020, 17:52
Re: My Server Problem - by RainW - 19.05.2020, 07:44
Re: My Server Problem - by RainW - 19.05.2020, 07:46

Forum Jump:


Users browsing this thread: 3 Guest(s)