SA-MP Forums Archive
YSI - 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 (/showthread.php?tid=466275)



YSI - Accord - 27.09.2013

I've tried to use Y_Ini in one of my gamemodes today and I've just received some annoying error that I didn't make to fix.

Код:
Server\pawno\include\YSI\y_utils.inc(232) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1)")
Server\pawno\include\YSI\y_utils.inc(541) : error 021: symbol already defined: "boolstr"
Thanks in advance.


Re: YSI - Nothis - 27.09.2013

Quote:
Originally Posted by Accord
Посмотреть сообщение
I've tried to use Y_Ini in one of my gamemodes today and I've just received some annoying error that I didn't make to fix.

Код:
Server\pawno\include\YSI\y_utils.inc(232) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1)")
Server\pawno\include\YSI\y_utils.inc(541) : error 021: symbol already defined: "boolstr"
Thanks in advance.
Код:
Server\pawno\include\YSI\y_utils.inc(541) : error 021: symbol already defined: "boolstr"
Remove One Of #define boolstr
Because Its Defined Two Times.


Re: YSI - Accord - 27.09.2013

How do I exactly do it since in my gamemode it is not defined.


Re: YSI - Mattakil - 27.09.2013

Custom GM or edit?