NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "How To Setup Priority Queuing"
Jump to navigation
Jump to search
Share your opinion
(Created page with "In order to specify a specific user for priority queuing head into your FTP client and '''locate''' or '''create''' the following file in the root of the FTP. <br> :'''priorit...") |
m |
||
Line 3: | Line 3: | ||
Within this file set it up as follows:<br> | Within this file set it up as follows:<br> | ||
'''SteamId;SteamId;01234567890123456;01234567890123456''' <br> | '''SteamId;SteamId;01234567890123456;01234567890123456''' <br> | ||
− | Save the file back to your FTP Client and restart your server. they will now be in the first position, before the non-prioritized users. | + | Save the file back to your FTP Client and restart your server. they will now be in the first position, before the non-prioritized users.<br> |
+ | You can change the queue status within the admin/serverDZ.cfg file<br> | ||
+ | :'''loginQueueConcurrentPlayers=5;''' // The number of players concurrently processed during the login process. Should prevent massive performance drop during connection when a lot of people are connecting at the same time. | ||
+ | :'''loginQueueMaxPlayers=500;''' // The maximum number of players that can wait in login queue |
Latest revision as of 12:51, 28 February 2024
In order to specify a specific user for priority queuing head into your FTP client and locate or create the following file in the root of the FTP.
- priority.txt
Within this file set it up as follows:
SteamId;SteamId;01234567890123456;01234567890123456
Save the file back to your FTP Client and restart your server. they will now be in the first position, before the non-prioritized users.
You can change the queue status within the admin/serverDZ.cfg file
- loginQueueConcurrentPlayers=5; // The number of players concurrently processed during the login process. Should prevent massive performance drop during connection when a lot of people are connecting at the same time.
- loginQueueMaxPlayers=500; // The maximum number of players that can wait in login queue
Share your opinion