What can possibly be the problem? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What can possibly be the problem? (
/showthread.php?tid=149243)
What can possibly be the problem? -
DevilRP - 21.05.2010
I was moving one of my FS's into my GM, and i did everything right, i get this-
Код:
Header size: 4868 bytes
Code size: 471872 bytes
Data size: 288808 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 781932 bytes
what can be the problem for the love of god!!
Re: What can possibly be the problem? -
aircombat - 21.05.2010
u use too much memory in the pawno like u did : new string[1000]; that take too much memory
Re: What can possibly be the problem? -
DevilRP - 21.05.2010
oh shit.. how can i fix it dude
this might be the problem?
new knobs[256];
Re: What can possibly be the problem? -
aircombat - 21.05.2010
u shouldn't use more than 128 cause 128 is the maximum characters in the chat so just replace every 256 with 128 and see if it solved , if it didn't there might be more like 300 etc... , just make sure they are not above 128