SA-MP Forums Archive
I need some help with players wich id's are more than 100 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need some help with players wich id's are more than 100 (/showthread.php?tid=156633)



I need some help with players wich id's are more than 100 - gopling - 23.06.2010

Hi guys, I've a problem with my GM, I don't know how but when I've more than 100 players in my server the id's (100,101,102,103...etc) begins to appear like a DeathMatch server (I'm using a moderntopia script) and they can't log in the server, and if they(100,101,102,103...) say something in the chat all the people in the server can read the message.



Re: I need some help with players wich id's are more than 100 - Doppeyy - 23.06.2010

Ask in the moderntopia topic.

~Nookie


Re: I need some help with players wich id's are more than 100 - jonrb - 23.06.2010

You might need to update your server files, maybe MAX_PLAYERS is set too low?


Re: I need some help with players wich id's are more than 100 - gopling - 23.06.2010

Quote:

// Limits and internal constants
#define MAX_PLAYER_NAME (24)
#define MAX_PLAYERS (500)
#define MAX_VEHICLES (2000)

I think that MAX_PLAYERS is OK, I don't know why if I set 102 slots or more, ID's 100,101,102... begin to be bugged