Pawno crashes. - 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: Pawno crashes. (
/showthread.php?tid=495466)
Pawno crashes. -
FaZeRs - 17.02.2014
So i updated my server to new YSI version and after compiling my gamemode i got error that i need update my foreach.inc file. I did it. Now when i compile my Pawno just crashes.
My includes
PHP код:
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
#include <YSI\y_ini>
#include <mSelection>
#include <YSI\y_va>
All was working before updating YSI and foreach
Re: Pawno crashes. -
amirab - 17.02.2014
ok use before that version that you're using
Re: Pawno crashes. -
Matt - 18.02.2014
instead of foreach, try using #include <YSI\y_iterate> Don't know if that will work but y_iterate is the newer foreach
Re: Pawno crashes. -
Threshold - 18.02.2014
Did you download the 0.3z server package before updating your YSI? -_-