[ HELP ] Compile Error :(
#1

Hellu guys !

My script has been successfully compiled but i got this new situation .. wht is it?
is it bug or anything else?

pawn Код:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          34560 bytes
Code size:          5598828 bytes
Data size:         25052968 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:30702740 bytes
Reply
#2

Not sure about that, but I think that's shown by using 256 arrays size.

Use a lower one and check.
Reply
#3

wht you mean? i didn't got you
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=55261
Reply
#5

So wht should i need to use instead of String[256]?
Reply
#6

Well it depends. If you want to show messages on player's screen in the chat, you shouldn't make strings larger than 144 because that's maximum number of characters you can print out. You might use strings which are 256 cells large or even larger than that in saving/loading data from MySQL but that's irrelevant right now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)