foreach.inc plugin error - 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: foreach.inc plugin error (
/showthread.php?tid=483207)
foreach.inc plugin error -
count.php - 24.12.2013
Код:
D:\Users\Mendia\Desktop\DAH\pawno\include\foreach.inc(228) : fatal error 100: cannot read from file: "YSI\y_natives"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
How I can fix it?
Re: foreach.inc plugin error -
BizzyD - 24.12.2013
Here you go:
Click me
Re: foreach.inc plugin error -
TheOriginal1337 - 24.12.2013
You are missing some files in your includes folder. Make sure you unpacked all the files that comes with foreach.
Re: foreach.inc plugin error -
Konstantinos - 24.12.2013
foreach is an include and not plugin. Open foreach.inc and goto line 228.
Change:
to:
pawn Код:
#include <YSI\internal\y_natives>
And you also need YSI library into pawno\include folder.
Re: foreach.inc plugin error -
count.php - 24.12.2013
Okay new another problem than you guys, now:
fatal error 111: user error: "House system request foreach.inc"
Код:
#if !defined _foreach_included
#error "House system request foreach.inc"
#endif
Whats wrong now?