SA-MP Forums Archive
MAX_PLAYERS problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MAX_PLAYERS problem. (/showthread.php?tid=590505)



MAX_PLAYERS problem. - Nin9r - 30.09.2015

Hi !
When I have more than 50 players, the login doesn't work properly for ids 40-50+, textdraws won't appear for them, they are burning,etc. I have not defined max_players because if i will add it, textdraws/login system will not work, id 0 will have wanted level etc.. What can I do?

I want just few ideas... Which could be the reasons?


Re: MAX_PLAYERS problem. - Scenario - 30.09.2015

Don't use a downloaded GodFather edit.


Re: MAX_PLAYERS problem. - Kursed - 30.09.2015

say RIP. find another GodFather edit


Re: MAX_PLAYERS problem. - Nin9r - 01.10.2015

Quote:
Originally Posted by Kursed
Посмотреть сообщение
say RIP. find another GodFather edit
Why RIP ? Is not any way to fix that ? I am using VORTEX RP not gfedit.


Re: MAX_PLAYERS problem. - J0sh... - 01.10.2015

Quote:
Originally Posted by Nin9r
Посмотреть сообщение
Why RIP ? Is not any way to fix that ? I am using VORTEX RP not gfedit.
Isn't Vortex a GF edit?


Re: MAX_PLAYERS problem. - thefirestate - 01.10.2015

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 )


Re: MAX_PLAYERS problem. - J0sh... - 01.10.2015

Quote:
Originally Posted by thefirestate
Посмотреть сообщение
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 )
Utter nonsense.


Re: MAX_PLAYERS problem. - darkhunter332 - 01.10.2015

Just change the slots inside the gamemode,
Then it will work perfectly.
Simple and easy,



Re: MAX_PLAYERS problem. - Nin9r - 02.10.2015

Quote:
Originally Posted by thefirestate
Посмотреть сообщение
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 )
I don't have MAX_PLAYERS defined in gamemode... It is defined in samp_a.inc for 1000. I add this
Код:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
#endif
in my gamemode but it still doesn't work properly...I don't know why.


Re: MAX_PLAYERS problem. - Scriptery - 02.10.2015

GF edit not work normally, try this problem in to a FilterScript (sorry for my bad English :/ )