#1

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??
Reply
#2

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

for all max string is 128? or
Reply
#4

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
Reply
#5

What is the maximum string ?
Reply
#6

I think 2056. but not sure.
Reply
#7

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?
Reply
#8

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

Is it possible that can use only one string for messages
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)