Weird annoying error! HELP
#2

In any of the sscanf command you specified an extra or a less specifier that the other.
pawn Код:
new a,b,c;
sscanf(string,"ss",a,b,c);//Here 2 specifiers and 3 parameters.. Hence the warning
sscanf(string,"sss",a,b);//3 specifier and 2 parameter also lead to warning
Reply


Messages In This Thread
Weird annoying error! HELP - by Threshold - 01.12.2012, 06:45
Re: Weird annoying error! HELP - by [MM]RoXoR[FS] - 01.12.2012, 06:59
Re: Weird annoying error! HELP - by Threshold - 01.12.2012, 07:07
Re: Weird annoying error! HELP - by [MM]RoXoR[FS] - 01.12.2012, 07:11
Re: Weird annoying error! HELP - by Threshold - 01.12.2012, 07:14
Re: Weird annoying error! HELP - by [MM]RoXoR[FS] - 01.12.2012, 07:19
Re: Weird annoying error! HELP - by Threshold - 01.12.2012, 07:21
Re: Weird annoying error! HELP - by [MM]RoXoR[FS] - 01.12.2012, 07:27
Re: Weird annoying error! HELP - by Threshold - 01.12.2012, 07:41
Re: Weird annoying error! HELP - by Threshold - 01.12.2012, 07:48

Forum Jump:


Users browsing this thread: 1 Guest(s)