[Server] Problem with Foreach & INI - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Support (https://www.burgershot.gg/forumdisplay.php?fid=12) +--- Thread: [Server] Problem with Foreach & INI (/showthread.php?tid=1224) |
Problem with Foreach & INI - MrAsR - 2020-10-09 How to fix this is ? Code: F:\TLOD\pawno\include\foreach.inc(196) : error 017: undefined symbol "_FOREACH_CUR_VERSION" Line 855 - 864 Code: INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); RE: Problem with Foreach & INI - Worm - 2020-10-10 Check your foreach.inc file and see if you have " _FOREACH_CUR_VERSION " defined or not. If not, then try updating your file. Same thing goes for you Y_ini.inc file. Check if you have "INI_ParseFile" defined or not. If not, then update your file. |