Warning - 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: Warning (
/showthread.php?tid=652657)
Warning -
Jaua10 - 16.04.2018
Hey guys how you doing, excuse me how can i solve this?
Код HTML:
C:\Users\Jaua\Downloads\Nuevo\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\y_utils.inc(430) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: Warning -
Lokii - 16.04.2018
isnul is defined allready delete it from you fs or gm
Re: Warning -
Jaua10 - 16.04.2018
this is what i have, i dont know where delete it
Re: Warning -
Lokii - 16.04.2018
its because zcmd allready uses isnull then you wont have warning cause zcmd check if isnull is defined
include YSI before zmcd
PHP код:
#include <YSI\y_ini>
//more ysi if needed
#include <zcmd>
Re: Warning -
Jaua10 - 16.04.2018
Thank you!