SA-MP Forums Archive
[Help] Sscanff Warning - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [Help] Sscanff Warning (/showthread.php?tid=526694)



[Help] Sscanff Warning - JordanSmith - 18.07.2014

When I Compile my .pwn I get theses warnings:

Pawn Code:
Quote:

C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(4433) : warning 203: symbol is never used: "seek"
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(4463) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Warnings.

When I Remove the "Seek" from the gamemode script I get theses errors:
Quote:

C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(4366) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(13062) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(13076) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(14694) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(15274) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(15315) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(59222) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(59223) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(59340) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(59341) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(78768 ) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

11 Warnings.

And when I make a house or a business in game I get theses warnings:
Quote:

[zcmd] [John_Smith]: /hedit exterior 46
sscanf warning: No default value found.

How do I fix these warnings?


Re: [Help] Sscanff Warning - DaDenz - 18.07.2014

Do you have your sscanf include updated?


Re: [Help] Sscanff Warning - JordanSmith - 18.07.2014

Quote:

Do you have your sscanf include updated?

Yes.

Can you send me the newest sscanf update link ?


Re: [Help] Sscanff Warning - DaDenz - 18.07.2014

https://sampforum.blast.hk/showthread.php?tid=120356
make you have the latest include,
And check your code mistypes,
In fact post your code,
so we can see where the problem is.