sscanf2
#2

The warnings says it...

You have something like this(I think it's like this):

pawn Code:
new buff[64];
if(sscanf(bla("s[128]", buff)))
Change:

pawn Code:
if(sscanf(bla("s[128]", buff)))
To:

pawn Code:
if(sscanf(bla("s[64]", buff)))
Reply


Messages In This Thread
sscanf2 - by GaGlets(R) - 11.11.2010, 17:07
Re: sscanf2 - by The_Moddler - 11.11.2010, 17:13
Re: sscanf2 - by GaGlets(R) - 11.11.2010, 17:14
Re: sscanf2 - by GaGlets(R) - 11.11.2010, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)