SA-MP Forums Archive
ERRORS [ REP + ] - 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: ERRORS [ REP + ] (/showthread.php?tid=635294)



ERRORS [ REP + ] - fireranger11 - 04.06.2017

Код:
pawno\include\YSI\y_utils.inc(433) : error 079: inconsistent return types (array & non-array)
symbol already defined: "FALSE"
symbol already defined: "GetIP"
It was fine until i used the "iAchieve" By iPLEOMAX


Re: ERRORS [ REP + ] - Beryllium - 05.06.2017

It means that you've defined FALSE and GetIP functions into your game mode and it was already defined in YSI Includes, You have to search for them and remove them.