I need help urgent
#1

Hello, in my server when number of players reaches 50, from 50 up to spawn later in the game you can't. I wonder what is the reason?
Reply
#2

Redefined MAX_PLAYERS?
Reply
#3

How can I do?
Reply
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
Redefined MAX_PLAYERS?
how?
Reply
#5

You could simply ****** 'how to redefine MAX_PLAYERS', anyways:

pawn Код:
#if defined MAX_PLAYERS
    #undef MAX_PLAYERS
    #define MAX_PLAYERS 500
#endif
Change 500 with your value. You might have already defined it so this checks if it is defined. This code must be placed after your previously defined MAX_PLAYERS (if any) else it wont work!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)