YSI coding - 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: YSI coding (
/showthread.php?tid=650565)
YSI coding -
Karolukas123 - 02.03.2018
\pawno\include\YSI\..\YSI_Coding\..\YSI_Core\y_uti ls.inc(430) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")
any ideas how to fix it ? after windows reinstall getting crazy errors
Re: YSI coding -
FaLLenGirL - 02.03.2018
The error means that
(symbol "isnull(%1)") it is already defined and you are trying to define it again. Remove the
"isnull" function from your script, because i think it is defined in that include.
Re: YSI coding -
Karolukas123 - 03.03.2018
Quote:
Originally Posted by FaLLenGirL
The error means that (symbol "isnull(%1)") it is already defined and you are trying to define it again. Remove the "isnull" function from your script, because i think it is defined in that include.
|
I GOT JUST... :
#include <YSI_Coding\y_hooks> nothing else..
Re: YSI coding -
Karolukas123 - 03.03.2018
okey.. i found info but what to delete ?
******
Spam Machine
******'s Avatar
Join Date: Jun 2008
Location: 629 - git.io/Y
Posts: 14,563
Reputation: 3018
Default Re: Problem YSI
Quote:
Originally Posted by andim View Post
Why give me that:
PHP Code:
D:\GameModes\gamemode\pawno\include\YSI\..\YSI_Dat a\..\YSI_Internal\..\YSI_Core\y_utils.inc(430) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")
You have two different versions of `isnull`. Delete the other one.