A Queue system for FiveM FX Servers
Installation Instructions
- Download the latest release here
- Copy fivemqueue folder into your FX Server resources folder
- edit configuration.cfg too add identifier for your Queue Admin(s)
- start fivemqueue in your server.cfg like any other resource
- Enjoy and please report any bugs here
Features
- Add or remove queue priority to players
- Add or remove one of three reserved slot types to players
- Configurable number of reserved slots by type
- Add or remove Permanent Banning
- Kick from session and queue
- Optional white list only mode
- Configurable reconnect grace period and loading time limit
- Queue admin commands (In-Game, RCON, or console)
- Queue admin UI panel in game to configure queue and session players
- Queue admins are permissioned in configuration.cfg by steam or license
- Customizable options and permissions included in configuration.cfg (Defaults included)
Requirements
- Steam and License are required for features and persistence
Commands
Command | Paramaters | Explanation |
/q_session | None | Opens the queue admin panel displaying all players in session and providing options to configure reserved slot types, priority, and kick or ban. If run from RCON or console will display the session information in console |
/exitgame | None | Gives players a way to give up their reconnect grace time and exit the game when finished playing |
/q_addpriority | Steam or License | Adds priority to a player Also available via in game UI Example: /q_addpriority 11000050888sg23 Example: /q_addpriority 833g50qqa4e620arq2a937312rt9b5g050d2ew54 |
/q_removepriority | Steam or License | Removes priority from a player Also available via in game UI Example: /q_removepriority 11000050888sg23 Example: /q_removepriority 833g50qqa4e620arq2a937312rt9b5g050d2ew54 |
/q_addreserve | Steam or License and 1 or 2 or 3 | Add or change reserved slot type Also available via in game UI Example: /q_addreserve 11000050888sg23 1 Example: /q_addreserve 833g50qqa4e620arq2a937312rt9b5g050d2ew54 3 |
/q_removereserve | Steam or License | Removes any reserved slot type Also available via in game UI Example: /q_removereserve 11000050888sg23 Example: /q_removereserve 833g50qqa4e620arq2a937312rt9b5g050d2ew54 |
/q_addban | Steam or License | Bans a player permanently until unbanned Also available via in game UI Example: /q_addban 11000050888sg23 Example: /q_addban 833g50qqa4e620arq2a937312rt9b5g050d2ew54 |
/q_removeban | Steam or License | Unbans a player Example: /q_removeban 11000050888sg23 Example: /q_removeban 833g50qqa4e620arq2a937312rt9b5g050d2ew54 |