#Error YSI last version
33 messages ยท Page 1 of 1 (latest)
Did you make sure you set that before you included YSI's libraries, and I mean it has to be added before any library is ever included just to be sure no external library is including YSI itself.
@solar ledge I have one that includes ysi, what should I do?
As stated above, includes YSI before any library
this its te crash error *** YSI Fatal Error: Out of code generation (CGen) space. The current value of CGEN_MEMORY is 10000, please recompile with a higher value (approximately 20000).
If I give you the files from my server, do you fix the errors?
Just include YSI before any includes
#include <YSI>
#include <a_samp>
dude that's not the problem
Redefine CGEN_MEMORY with a higher value. Also, the max you can go is 50.000 however you should be good with 25.000
I don't know how to change the code generation
I just told you
Redefine it
@dusty dagger ok, I really know what to do, but my question is where do I do that?
In your script
No, REDEFINE it
WHERE
#undef CGEN_MEMORY
#define CGEN_MEMORY 2000
Not 2000
so i put it?
*** YSI Fatal Error: Out of code generation (CGen) space. The current value of CGEN_MEMORY is 2000, please recompile with a higher value (approximately 2000).
What i told you
its solved