Max_Players
#1

Hello
I have a small question about the pawn compiler

I added to my script:
#undef MAX_PLAYERS
#define MAX_PLAYER 60

and after that the pawn compiler output isn't showing all info as before
here is a pic:

[img width=608 height=768]http://www.dodaj.rs/f/1q/qK/vnB3bH5/define.jpg[/img]

can you tell me why it isn't showing all?
Thanks
Reply
#2

First picture is wrong, too many big arrays with 256 or more
Second is good but eliminate the warning
Reply
#3

so it should only show:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

?
Reply
#4

Yes sir
Reply
#5

thanks for a fast reply
then i need to work on arrays
Reply
#6

Because before every "new something[MAX_PLAYERS];" was meaning "new something[500];"
Now, after your define it means "new something[60];", which uses less memory.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)