SA-MP Forums Archive
sscanf - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sscanf (/showthread.php?tid=508406)



sscanf - ShaneOvSina - 22.04.2014

Any help on this?
Код:
C:\Users\Shane\Desktop\SA-MP\pawno\include\sscanf2.inc(36) : 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.



Re: sscanf - Fel486 - 22.04.2014

Maybe you're using a previous version of sscanf and didn't remove the previous include from your script.

Or then the function is defined on the script or another include.


Re: sscanf - ShaneOvSina - 22.04.2014

I've tried updating it but i'm still getting the same error.


Re: sscanf - ShaneOvSina - 22.04.2014

So what should i be removing?


Re: sscanf - ChuckyBabe - 22.04.2014

Remove the old one and replace it with the new one

+req if i help


Re: sscanf - ShaneOvSina - 22.04.2014

I've seen you respond to the same problem.
I read it and didn't quite understand what the "Old PAWN Version" is.


Re: sscanf - ShaneOvSina - 22.04.2014

I've removed both sscanf and sscanf2
updated them and getting
Код:
fatal error 100: cannot read from file: "sscanf"



Re: sscanf - Mattakil - 22.04.2014

you have #include sscanf somewhere, it might be in a custom include somewhere, what are ALL of your includes?


Re: sscanf - ShaneOvSina - 22.04.2014




Re: sscanf - Mattakil - 22.04.2014

I meant show in the script what you've included