[Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") - 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: [Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") (
/showthread.php?tid=656883)
[Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") -
RedGun2015 - 26.07.2018
So.. i'm getting this error
Код:
D:\things\gamemodes\gmms.pwn(79) : error 017: undefined symbol "_is_now_DYNAMIC_MEMORY_"
when i'm trying to add this
Код:
#pragma tabsize 4
#pragma dynamic 20000000
What should I do?
Re: [Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") -
JasonRiggs - 26.07.2018
Did you check
this
Re: [Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") -
RedGun2015 - 26.07.2018
Quote:
Originally Posted by JasonRiggs
|
Yes, I've already removed and still get the error!
Re: [Help] pragma dynamic (undefined symbol "_is_now_DYNAMIC_MEMORY_") -
RedGun2015 - 26.07.2018
Quote:
Originally Posted by ******
|
Thanks, so i've just added #DYNAMIC_MEMORY <number> before a_samp and all works. Thanks!