YSI error
#1

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>
Reply
#2

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?
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)