SA-MP Forums Archive
YSI 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: YSI error (/showthread.php?tid=621202)



YSI error - danielpalade - 07.11.2016

I'm getting this error and I don't know how to fix it..
Code:
C:\Users\danut\Desktop\withal\pawno\include\SII.inc(9) : error 017: undefined symbol "_is_now_DYNAMIC_MEMORY_"
These are my current includes:

Code:
#include <a_samp>
#include				<YSI\y_timers>
#include				<YSI\y_hooks>
#include                <a_mysql>
#include                <streamer>
#include                <sscanf2>
#include                <zcmd>
#include                <foreach>
#include                <geolocation>
#include				<a_zones>
#include                <beaZone>
#include 				<SII>
#include 				<fly>
#include                <OnPlayerUseVending>
#include 				<OnPlayerFakeKill>
#include 				<OnPlayerPause>
#include 				<mSelection>
#include 				<playerzone>
#include 				<OPA>
#include 				<checkpns>
#include				<LY>



Re: YSI error - Bingo - 07.11.2016

That symbol is being used in your gamemode but the there's no defining done, Can you please show SII.inc line number 5 to 11?


Re: YSI error - Konstantinos - 08.11.2016

Just remove #pragma dynamic from SII.inc file. y_hooks gives this error if a file that is included after YSI is using this directive or have "dynamic" keyword.