[Server] fatal error 111: user error: Could not find y_iterate - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] fatal error 111: user error: Could not find y_iterate (/showthread.php?tid=1219) |
fatal error 111: user error: Could not find y_iterate - Rayka - 2020-10-07 How about, recently I found a base server that I am starting to use but when trying to compile it it throws the following error that the include does not find it, I already tried to update the includes until trying old versions but it is still the same error. Hope someone can help me. Code: C:\Users\PC\Desktop\Gamemode\pawno\include\y_iterate.inc(108) : fatal error 111: user error: Could not find y_iterate RE: fatal error 111: user error: Could not find y_iterate - Logic_ - 2020-10-08 You need the whole YSI library for it, or alternatively use the standalone version of foreach. RE: fatal error 111: user error: Could not find y_iterate - Rayka - 2020-10-08 (2020-10-08, 02:02 PM)Logic_ Wrote: You need the whole YSI library for it, or alternatively use the standalone version of foreach. Hi, do you have a link to download that please? RE: fatal error 111: user error: Could not find y_iterate - Kwarde - 2020-10-08 https://github.com/pawn-lang/YSI-Includes/releases |