Sscanf2
#1

Hey,

So I have this issue that crashes my compiler, atleast, I think that's the issue, basically, my pawno will crash on compile attempt, yet, if I add } anywhere, I get this error:

Код:
C:\Users\Mike\Desktop\Scripting\Script\pawno\include\sscanf2.inc(30) : fatal error 111: user error: sscanf (possibly the PAWN version) already defined.


Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
But removing that line will just crash my compiler.

Any help ?

Thanks.

Mike
Reply
#2

Show the lines
Reply
#3

CTRL + G - 30
then copy the line and show us
Reply
#4

Sorry, I got -iLinx to work on it <3 thanks anyways
Reply
#5

Quote:

sscanf (possibly the PAWN version) already defined.

look in your gamemode scripts' top section if theres an old sscanf included
pawn Код:
#include <sscanf>
sscanf(old pawn version) got included first, then the plugin version comes into action, complaining about its old version already being existent...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)