SA-MP Forums Archive
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
Код:
#include <a_samp>

#undef MAX_PLAYERS
#define MAX_PLAYERS	(32)

native IsValidVehicle(vehicleid);

#include <YSI\y_utils>				// By ******:				https://sampforum.blast.hk/showthread.php?pid=1696956#pid1696956
#include <YSI\y_va>
#include <YSI\y_timers>
#include <YSI\y_hooks>
#include <YSI\y_iterate>

#include <formatex>					// By Slice:				https://sampforum.blast.hk/showthread.php?tid=313488
#include <strlib>					// By Slice:				https://sampforum.blast.hk/showthread.php?tid=362764
#include <md-sort>					// By Slice:				https://sampforum.blast.hk/showthread.php?tid=343172

#define result GeoIP_result
#include <GeoIP>					// By Whitetiger:			https://sampforum.blast.hk/showthread.php?tid=296171
#undef result

#include <sscanf3>
#include <streamer>					// By Incognito:			https://sampforum.blast.hk/showthread.php?tid=102865

#define time ctime_time
#include <CTime>					// By RyDeR:				https://sampforum.blast.hk/showthread.php?tid=294054
#undef time ===> Line 36

#include <SimpleINI>				// By Southclaw:			https://gist.github.com/Southclaw/5979695/
#include <progress>					// By Torbido:				https://sampforum.blast.hk/showthread.php?tid=113443
#include <playerprogress>			// By Torbido/Southclaw:	http://pastebin.com/ZuLPd1K6
#include <CameraSequencer>			// By Southclaw:			https://sampforum.blast.hk/showthread.php?tid=329813
#include <SIF/SIF>					// By Southclaw:			https://github.com/Southclaw/SIF
#include <SIF/extensions/InventoryDialog>
#include <SIF/extensions/InventoryKeys>
#include <SIF/extensions/ContainerDialog>
#include <SIF/extensions/Craft>
#include <SIF/extensions/Dispenser>
#include <Balloon>					// By Southclaw:			https://gist.github.com/Southclaw/6254507
#include <Line>						// By Southclaw:			https://gist.github.com/Southclaw/6254512
#include <Zipline>					// By Southclaw:			https://gist.github.com/Southclaw/6254523
#include <Ladder>					// By Southclaw:			https://gist.github.com/Southclaw/6254527



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

pawn Код:
#include <sscanf3>
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