Error Help
#1

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.
Reply
#2

Search the sscanf function in your Code and delete it

STRG + F -> stock sscanf ...then delete this
Reply
#3

i m not found it
Reply
#4

Then look in other include files...
Reply
#5

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.ph...86#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.ph...86#include <strlib>					// By Slice:				https://sampforum.blast.hk/showthread.ph...86#include <md-sort>					// By Slice:				https://sampforum.blast.hk/showthread.ph...286#define result GeoIP_result
#include <GeoIP>					// By Whitetiger:			https://sampforum.blast.hk/showthread.ph...2286#undef result

#include <sscanf3>
#include <streamer>					// By Incognito:			https://sampforum.blast.hk/showthread.ph...286#define time ctime_time
#include <CTime>					// By RyDeR:				https://sampforum.blast.hk/showthread.ph...2286#undef time ===> Line 36

#include <SimpleINI>				// By Southclaw:			https://gist.github.com/Southclaw/597969...86#include <progress>					// By Torbido:				https://sampforum.blast.hk/showthread.ph...86#include <playerprogress>			// By Torbido/Southclaw:	http://pastebin.com/ZuLPd1K6nl676adcd303...86#include <CameraSequencer>			// By Southclaw:			https://sampforum.blast.hk/showthread.ph...86#include <SIF/SIF>					// By Southclaw:			https://github.com/Southclaw/SIFnl676adc...86#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/625450...86#include <Line>						// By Southclaw:			https://gist.github.com/Southclaw/625451...86#include <Zipline>					// By Southclaw:			https://gist.github.com/Southclaw/625452...86#include <Ladder>					// By Southclaw:			https://gist.github.com/Southclaw/6254527
Reply
#6

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
Reply
#7

pawn Код:
#include <sscanf3>
I don't think you can have both sscanf2 and sscanf3.
Reply
#8

i m delete sscanf3 but same Error
Reply
#9

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> 
Reply
#10

done. but same problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)