SA-MP Forums Archive
hmm how to solve this? - 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: hmm how to solve this? (/showthread.php?tid=166965)



hmm how to solve this? - selten98 - 10.08.2010

Quote:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 5908 bytes
Code size: 189904 bytes
Data size: 1360936 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4213 cells (16852 bytes)
Total requirements: 1573132 bytes

i know ppl ask this more often but i dont know what to search to find the post about this..


Re: hmm how to solve this? - (.Aztec); - 10.08.2010

It means your script isn't as efficient as it could be. Read some of ******' threads about optimizing your gamemode.


Re: hmm how to solve this? - Kar - 10.08.2010

change all string[256]s to string [128]; pl0x


Re: hmm how to solve this? - selten98 - 10.08.2010

Quote:
Originally Posted by (.Aztec);
Посмотреть сообщение
It means your script isn't as efficient as it could be. Read some of ******' threads about optimizing your gamemode.
i know Y-Less posted it but i couldnt find the post....


Re: hmm how to solve this? - (.Aztec); - 10.08.2010

Quote:
Originally Posted by selten98
Посмотреть сообщение
i know Y-Less posted it but i couldnt find the post....
Let me do a quick search for you, and see if I can find it..

Here's a couple:

"Why you should not use 256" - ******
"PAWN Pre-Processor" - ******
"Code optimisations" - ******


Re: hmm how to solve this? - selten98 - 10.08.2010

Quote:
Originally Posted by Kar
Посмотреть сообщение
change all string[256]s to string [128]; pl0x
tnx Kar DONE