Sscanf warning...help me please
#3

That means that somewhere in your code you have something like this:

pawn Code:
if(sscanf(params, "s", /*var*/))
Instead, it should be something like:
pawn Code:
if(sscanf(params, "s[SIZE OF YOUR STRING HERE]", /*var*/))
Reply


Messages In This Thread
Sscanf warning...help me please - by kesarthakur - 30.12.2014, 07:59
Re: Sscanf warning...help me please - by Ironboy - 30.12.2014, 16:22
Re: Sscanf warning...help me please - by AndySedeyn - 30.12.2014, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)