14.04.2010, 17:49
I was creating a new script and i'm very sparing if it's about arrays.
But suddenly i got this what means i used too mutch or big arrays:
Which i find very strange, because i always spare and try to lower my arrays as mutch as possible.
I have another script that uses a LOT more arrays and also bigger but that one doesn't have this warning?
Anyways i was trying to run the server when it won't want to start anymore, i have lowered a lot of big arrays and it wants to turn on but the gamemode name is 'unknown' and i spawn on coordinates 0.0000, 0.0000, 0.0000 and no command and functions work anymore.
But when i looked into the log i found this error which i've never seen:
What does that mean? and what does that have to do with my server suddenly doesn't working anymore?
But suddenly i got this what means i used too mutch or big arrays:
Quote:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 5224 bytes Code size: 326408 bytes Data size: 285636 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 633652 bytes |
I have another script that uses a LOT more arrays and also bigger but that one doesn't have this warning?
Anyways i was trying to run the server when it won't want to start anymore, i have lowered a lot of big arrays and it wants to turn on but the gamemode name is 'unknown' and i spawn on coordinates 0.0000, 0.0000, 0.0000 and no command and functions work anymore.
But when i looked into the log i found this error which i've never seen:
Quote:
[19:39:10] Script[gamemodes/CGRPG.amx]: Run time error 7: "Stack underflow" |