Im about to have a heart attack. - 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: Im about to have a heart attack. (
/showthread.php?tid=422875)
Im about to have a heart attack. -
I3Psychedelic - 15.03.2013
i really mean it,i think im gonna get parkinson or a heart attack.
i updated to the lastest version of YSI
when i compiled it said that 4each is not supported since the new version blabalblablalba
i revmoed #include <foreach>
replaced it with #inculde <YSI\y_iterate>
now every time i compile pawno crashes
and yes,I updated ALL the YSI stuff
Re: Im about to have a heart attack. -
Eminem 2ka9 - 15.03.2013
Does your server even need YSI? No need to add it.
And if it said update foreach, thenupdate the foreach plugins and re-compile your script.
Re: Im about to have a heart attack. -
I3Psychedelic - 15.03.2013
Quote:
Originally Posted by Eminem 2ka9
Does your server even need YSI? No need to add it.
And if it said update foreach, thenupdate the foreach plugins and re-compile your script.
|
yes I need it.
i did update foreach and after that pawno started crashing
Re: Im about to have a heart attack. -
Eminem 2ka9 - 15.03.2013
You may have another include that does the same looping that Foreach does and both includes are colliding.. paste your includes.
Re: Im about to have a heart attack. -
I3Psychedelic - 15.03.2013
Quote:
Originally Posted by Eminem 2ka9
You may have another include that does the same looping that Foreach does and both includes are colliding.. paste your includes.
|
pawn Код:
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
#include <dini>
#include <OPSP>
#include <foreach>