Error with foreach.inc - 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: Error with foreach.inc (
/showthread.php?tid=403070)
Error with foreach.inc -
JavoDiaz - 28.12.2012
Well, I do a new thread because the old one no one could answer me.
When I downloaded and used the new version of foreach I got this error:
Код:
fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."
I have the last version of foreach and the last version of YSI and I am using the correct pawn folder.
How do I solve the problem?
Thanks.
Re: Error with foreach.inc -
BlackBank - 28.12.2012
Change #include <foreach> to this:
PHP код:
#include "YSI/y_iterate"
Re: Error with foreach.inc -
JavoDiaz - 29.12.2012
That is the same to put #include <foreach> or wich is the difference?