02.10.2015, 09:44
Quote:
|
Try finding #undef MAX_PLAYERS and then #define MAX_PLAYERS, it should be like 40-50 since it doesn't works for ids bigger than 40-50. Delete it and the MAX_PLAYERS should work now(Hopefully
) |
Код:
#if defined MAX_PLAYERS #undef MAX_PLAYERS #define MAX_PLAYERS 100 #endif



)