18.12.2010, 13:03
Isto deve resolver o seu problema:
Ou pode criar outra define:
Daн й sу sair trocando todos os MAX_PLAYERS por MAX_PLAYERS_FRENETICO
Espero ter ajudado
pawn Code:
//Coloque isto no topo do seu GM, logo depois das includes
#undef MAX_PLAYERS
#define MAX_PLAYERS (20)
Ou pode criar outra define:
pawn Code:
#define MAX_PLAYERS_FRENETICO (20)
Espero ter ajudado
