Error Help - 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: Error Help (
/showthread.php?tid=576157)
Error Help -
Slawiii - 01.06.2015
how to fix this
Код:
C:\Users\crввzя\Desktop\samp-Hellfire-master\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.
AW: Error Help -
Kaliber - 01.06.2015
Search the sscanf function in your Code and delete it
STRG + F -> stock sscanf ...then delete this
Re : Error Help -
Slawiii - 01.06.2015
i m not found it
AW: Error Help -
Kaliber - 01.06.2015
Then look in other include files...
Re : Error Help -
Slawiii - 01.06.2015
All includes
AW: Error Help -
Kaliber - 01.06.2015
Dude i'm not an clairvoyant...so just open these includes...with notepad++ and search in all open files for sscanf..
If you found it...delete it
Re: Error Help -
Konstantinos - 01.06.2015
I don't think you can have both sscanf2 and sscanf3.
Re : Error Help -
Slawiii - 02.06.2015
i m delete sscanf3 but same Error
Re: Re : Error Help -
CrazyRussainHacker - 02.06.2015
Quote:
Originally Posted by Slawiii
i m delete sscanf3 but same Error
|
Try to remove sscanf2 and add sscanf3 and add this
PHP код:
#include <sscanf3>
Re : Error Help -
Slawiii - 02.06.2015
done. but same problem