[SOLVED]How to make it smaller? - 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: [SOLVED]How to make it smaller? (
/showthread.php?tid=137167)
[SOLVED]How to make it smaller? -
XRVX - 27.03.2010
So,... my question is, is there any way that I can make this:
Код:
new tmp[256], idx, string[45];
tmp = strtok(params,idx);
using less cells in a string
Re: How to make it smaller? -
XRVX - 27.03.2010
Thats crap, how to fix this then:
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 2496 bytes
Code size: 386500 bytes
Data size: 187848 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4130 cells (16520 bytes)
Total requirements: 593228 bytes
I already made all strings low as possible, lower can't go.
Thats why i ask how to make it smaller
Re: How to make it smaller? -
XRVX - 27.03.2010
Okey, thanks for the info