I have a doubt
#1

I have doubt about this
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:           4264 bytes
Code size:           299008 bytes
Data size:           305836 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:  625492 bytes
Why it is showing like this?
I just wanted to show like this
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
Reply
#2

Probably you have crossed one of those limits, or you're about to cross one.
Reply
#3

i dont want to show that ,i just wanted to show like this
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
how to do that?
Reply
#4

Quote:
Originally Posted by Ironboy
View Post
i dont want to show that ,i just wanted to show like this
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
how to do that?
Ignore. Made a mistake.
Reply
#5

so how i should change it?
plz tell me
Reply
#6

I think you need to optimize your code, I think you have big string sizes(I read somewhere, but I am not sure, please correct me if im wrong)
Reply
#7

optimize means?
Reply
#8

https://sampforum.blast.hk/showthread.php?tid=57018
https://sampforum.blast.hk/showthread.php?tid=55261

Again, I am not sure.

My old gm had like this, all big string sizes using [256] all the way, and using strock and strcmp.
But after I changed converted my gm to zcmd/sscanf, also using [128] cells and lower.
Then it showed this
pawn Code:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
But maybe some scripters like Y_Less can confirm this?
Reply
#9

That means you're probably using to much cells
Bes thing to do is optimizing your code and removing unwanted cells (Links above me)
Reply
#10

I've seen your codes and your strings are always sized 256. Resize them to 128 or needed size.
Reply
#11

Quote:

unknown, due to recursion

You are using a recursive function, pawn cant calculate the needed stack of it and so shows this stuff.
A recursive function is a function that calls itself, doesnt mean anything bad if you are using this, it even a nice way to script in some cases.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)