SA-MP Forums Archive
Help - 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)
+--- Thread: Help (/showthread.php?tid=311236)



Help - Nick. - 15.01.2012

this is first time happened can someone explain to me what this is
Код:
Header size:           8680 bytes
Code size:           476284 bytes
Data size:          3888824 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 4390172 bytes
- This??


Re: Help - T0pAz - 15.01.2012

You are using huge array size. See this tutorial by ******.


Re: Help - Nick. - 15.01.2012

for all max string is 128? or


Re: Help - Johndaonee - 15.01.2012

Check your strings, do you really use all of the 128?
If you write a message which contains 5 letters the 121 are just a waste, set them up properly now.
Its better now than later


Re: Help - Nick. - 15.01.2012

What is the maximum string ?


Re : Help - jaskiller - 15.01.2012

I think 2056. but not sure.


Re: Help - Nick. - 15.01.2012

Quote:
Originally Posted by Nick.
Посмотреть сообщение
this is first time happened can someone explain to me what this is
Код:
Header size:           8680 bytes
Code size:           476284 bytes
Data size:          3888824 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 4390172 bytes
- This??
how to fix this?


Re: Help - mineralo - 15.01.2012

if your pc is x32 then 256
pawn Код:
new string[256];



Re: Help - Nick. - 15.01.2012

Is it possible that can use only one string for messages