SA-MP Forums Archive
Definir MAX_PLAYERS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Definir MAX_PLAYERS (/showthread.php?tid=200439)



Definir MAX_PLAYERS - frenetico - 18.12.2010

Eai pessoal Blz ?

Estou tentando definir o MAX_PLAYERS dessa forma:

Code:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS (20)
#endif
Mais parece nгo estar dando certo, pois toda vez que uso um loop ele faz a contagem de 0 hб 499.

Teria alguma outra forma de definir ?

Obrigado!


Re: Definir MAX_PLAYERS - Miqueias Barros - 18.12.2010

Cria variбvel:
Quote:

new nomedavariavel[MAX_PLAYERS];




Re: Definir MAX_PLAYERS - Quem sou eu? - 18.12.2010

pawn Code:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS (20)
#endif
Nossa sу basta criar uma variбvel.


Re: Definir MAX_PLAYERS - rjjj - 18.12.2010

Isto deve resolver o seu problema:

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)
Daн й sу sair trocando todos os MAX_PLAYERS por MAX_PLAYERS_FRENETICO


Espero ter ajudado


Re: Definir MAX_PLAYERS - Quem sou eu? - 18.12.2010

Ken vocк sу fez redefinir o mбximo de jogadores entгo invйs dele criar uma variбvel em [MAX_PLAYERS] ele deverб por [MAX_PLAYERS_FRENETICO].


Re: Definir MAX_PLAYERS - frenetico - 18.12.2010

Obrigado pelas sugestхes pessoal , vou usar outro #define que й a melhor opзгo.


Re: Definir MAX_PLAYERS - zSuYaNw - 18.12.2010

Freneticu,

pawn Code:
#undef MAX_PLAYERS
#define MAX_PLAYERS 20
Ou

pawn Code:
#define SLOTS 20
pawn Code:
new Array[20]; < seu Slots