Sowban Posted March 20, 2022 Share Posted March 20, 2022 Hello family I just want to know what is the maximum number of players allowed for an MTA server according to the latest MTA update and the latest possible methods? I know a server with a capacity of 1000 people, is it possible to exceed this number? Thank you. Link to comment
0 -ffs-PLASMA Posted March 20, 2022 Share Posted March 20, 2022 Maxplayers limit is 4096 1 Link to comment
0 Sowban Posted March 21, 2022 Author Share Posted March 21, 2022 Is this number available by default ? or you have to use a special method to reach it ? And if we have a powerful server, it is possible to support more people? On 20/03/2022 at 13:19, -ffs-PLASMA said: Maxplayers limit is 4096 Link to comment
0 Platin Posted March 21, 2022 Share Posted March 21, 2022 2 hours ago, Sowban said: Is this number available by default ? or you have to use a special method to reach it ? And if we have a powerful server, it is possible to support more people? https://github.com/multitheftauto/mtasa-blue/blob/c58c3678f263d810f61eb5aecba48e6c4b4dce0c/Client/mods/deathmatch/logic/Config.h Each new player that joins the server will increase the CPU usage of the server since every player needs to be synced. If you have an slow machine, bad done (or demanding) resources you could be having problems to even reach 50 players. Avoid element datas and calling triggerEvents with the source being root. For maximum potency you should have 4 threads of your CPU only being used for your MTA Server (since MTA has different threads for different things, one for RakNet, one for Sync, one for Logic and one for the databases). I don't think I have ever seen a server with more than 1500 players, and I don't think it would be a good idea either. Having three servers with 500 players each works best in my opinion. 1 Link to comment
Question
Sowban
Hello family
I just want to know what is the maximum number of players allowed for an MTA server according to the latest MTA update and the latest possible methods? I know a server with a capacity of 1000 people, is it possible to exceed this number?
Thank you.
Link to comment
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now