Skip to content

anderscripts/FiveM_Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiveM Queue

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

CommandParamatersExplanation
/q_sessionNoneOpens 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
/exitgameNoneGives players a way to give up their reconnect grace time and exit the game when finished playing
/q_addprioritySteam or LicenseAdds priority to a player
Also available via in game UI
Example: /q_addpriority 11000050888sg23
Example: /q_addpriority 833g50qqa4e620arq2a937312rt9b5g050d2ew54
/q_removeprioritySteam or LicenseRemoves priority from a player
Also available via in game UI
Example: /q_removepriority 11000050888sg23
Example: /q_removepriority 833g50qqa4e620arq2a937312rt9b5g050d2ew54
/q_addreserveSteam or License and 1 or 2 or 3Add or change reserved slot type
Also available via in game UI
Example: /q_addreserve 11000050888sg23 1
Example: /q_addreserve 833g50qqa4e620arq2a937312rt9b5g050d2ew54 3
/q_removereserveSteam or LicenseRemoves any reserved slot type
Also available via in game UI
Example: /q_removereserve 11000050888sg23
Example: /q_removereserve 833g50qqa4e620arq2a937312rt9b5g050d2ew54
/q_addbanSteam or LicenseBans a player permanently until unbanned
Also available via in game UI
Example: /q_addban 11000050888sg23
Example: /q_addban 833g50qqa4e620arq2a937312rt9b5g050d2ew54
/q_removebanSteam or LicenseUnbans a player
Example: /q_removeban 11000050888sg23
Example: /q_removeban 833g50qqa4e620arq2a937312rt9b5g050d2ew54