Posts: 352
Threads: 149
Joined: Nov 2013
Reputation:
0
\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
Posts: 202
Threads: 27
Joined: Jan 2016
Reputation:
0
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.
Posts: 352
Threads: 149
Joined: Nov 2013
Reputation:
0
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.