29.07.2010, 03:50
Ahhmm.. nope, thats not working for me... it totaly crashed my server - deleted all cars/objects
even removed returns - the same..
Ok i will little bit explane to you..
If you are realy using 500 server slots, then this is not for you..
If you are using less than 500 server slots it will little bit change your amx file size ( will decrease )
Make a Defination after includes
#define MXA_PL 50 //in my case
now use key combination CTRL + H
and replace all MAX_PLAYERS to MAX_PL
Compile and yu will see changes + this increases server speed if you are using fast timers...
even removed returns - the same..
Ok i will little bit explane to you..
If you are realy using 500 server slots, then this is not for you..
If you are using less than 500 server slots it will little bit change your amx file size ( will decrease )
Make a Defination after includes
#define MXA_PL 50 //in my case
now use key combination CTRL + H
and replace all MAX_PLAYERS to MAX_PL
Compile and yu will see changes + this increases server speed if you are using fast timers...