SA-MP Forums Archive
problem with include - 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: problem with include (/showthread.php?tid=611159)



problem with include - AliEnPi - 02.07.2016

i use fixes.inc and i include it at my project
but when i compile it i got this error
Код:
C:\Users\EnPi\Desktop\nfs\pawno\include\fixes.inc(3463) : fatal error 111: user error: _ALS_OnFilterScriptInit defined
and its lines near 3463 of fixes.inc
Код:
#if defined _ALS_OnFilterScriptInit
	#error _ALS_OnFilterScriptInit defined
#endif
#define _ALS_OnFilterScriptInit
#define OnFilterScriptInit(%0) FIXES_OnFilterScriptInit(%0) <_ALS : _ALS_go>

_FIXES_FORWARD FIXES_OnFilterScriptInit();



Re: problem with include - Vince - 02.07.2016

Probably means you should include it before other scripts.