Skip to content

RAGE_SpectateMenu is a minimalistic admin tool for FiveM servers, allowing admins to search, spectate, and manage players efficiently. Features include player search, spectate and kick options, sortable player lists, group permissions, and easy configuration.

License

Notifications You must be signed in to change notification settings

Rage-Gaming/RAGE_SpectateMenu

Repository files navigation

RAGE_SpectateMenu

Welcome to the RAGE_SpectateMenu repository! This script provides a streamlined and minimalistic admin spectate menu to manage players on your FiveM server efficiently.

Features

  1. Search Available Players: Admins can quickly search for available players on the server.

  2. Spectate and Kick: Admins have the ability to spectate players and kick them if necessary.

  3. Sort Players List: Admins can sort the players list by various headers such as ID, Name, Jobs, and Group.

  4. Minimal UI: The user interface is designed to be minimalistic, ensuring ease of use without unnecessary clutter.

  5. Allowed Group Members: pecify allowed group members in the config to restrict access to admin features.

  6. Configurable: Easy-to-use configuration file to customize the script according to your server's needs.

Installation

  1. Clone this repository to your FiveM server resources directory:

    git clone https://github.com/Rage-Gaming/RAGE_SpectateMenu.git
    
  2. Add the script to your server configuration file (server.cfg):

    ensure RAGE_SpectateMenu
  3. Configure the script by editing the config.lua file to suit your requirements.

Usage

  • Open the spectate menu using the designated command (e.g., /spectatemenu).

  • Use the search bar to find specific players.

  • Use the sort headers to organize the player list.

  • Select a player to spectate or kick them from the server.

  • Configure allowed group members in the config.lua file to manage access to admin features.

Configuration

Edit the config.lua file to set up the script according to your preferences. Here is an example configuration:

Config.AllowedGroups = {
	["admin"] = true,
	-- ["mod"] = false, -- You can add other groups like this
}

Screenshots

  • Main Menu

  • Spectate

  • Player kick Confirmation

  • Notification

Contact

If you have any questions or need help, feel free to contact me on Discord: Join Now.

License

This project is licensed under the LGPL License. See the LICENCE. file for details.

Copyright ©

DMCA.com Protection Status

About

RAGE_SpectateMenu is a minimalistic admin tool for FiveM servers, allowing admins to search, spectate, and manage players efficiently. Features include player search, spectate and kick options, sortable player lists, group permissions, and easy configuration.

Topics

Resources

License

Stars

Watchers

Forks