Skip to content

turangarusso/Ruxo-Admin-Menu-ESX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation


 ^4________  ___  ___     ___    ___ ________          
^4|\   __  \|\  \|\  \   |\  \  /  /|\   __  \        
^4\ \  \|\  \ \  \\\  \  \ \  \/  / | \  \|\  \       
^4 \ \   _  _\ \  \\\  \  \ \    / / \ \  \\\  \      
^4  \ \  \\  \\ \  \\\  \  /     \/   \ \  \\\  \     
^4   \ \__\\ _\\ \_______\/  /\   \    \ \_______\    
^4    \|__|\|__|\|_______/__/ /\ __\    \|_______|     

Ruxo-Admin-Menu-ESX

A FiveM Free Admin Menu ESX .

Key FeaturesHow To UseDocsCreditsLicense

Key Features

Video Preview

  • God Mode.
  • Invisibility.
  • Heal.
  • Revive.
  • Vehicle List.
    • Open Vehicle List in game with vehicle spawn.
    • NEW Search bar for custom vehicles
  • Clean area.
    • Vehicles
    • Peds
    • Props
  • Player Group check for permission.
    • Each button with custom permissions.
  • Admin Baypass from Config.
    • You can choose to check admin permission with group or from config.
  • Vehicle Repair & Clean.
  • Vehicle God / invisibility.
  • Job List from Database.
    • Set job and grade from the list (Only job 1).
  • Player List.
    • Bring the player.
    • GoTo the Player.
    • Revive the player.
    • Send custom message!
    • Blips on Players.
  • Resource List.
    • Start a stopped resource
    • Restart a resource
    • Refresh all the resource
  • Item List (ox_inventory).
    • Get the name and the label of all items
    • Ingame giveitem
    • NEW Search bar for item label
  • NEW Discord log System.
  • Resmon 0.00.
  • (NEW!) lang EN,IT,FR,DE,ES.
  • ESX NUI

Cattura

How To Use

Insert the menu inside the RESOURCE server folder, and add ruxo_menu on the server config file!

If your database have different job table you can change the SQL query inside the server.lua file

ESX.RegisterServerCallback('RXO:Job', function(source, cb)
	
	local job = MySQL.Sync.fetchAll('SELECT * FROM jobs') 

	cb(job)
end)

ESX.RegisterServerCallback('RXO:Job_grade', function(source, cb)
	
	local jobGrade = MySQL.Sync.fetchAll('SELECT * FROM job_grades') 

	cb(jobGrade)
end)

Cattura3

You MUST add your discord and steam discord id in the config server file, for admin check if you set AdminControl = true.

with AdminControl = false you disable only the check for the config list, but the menu will check the group (mod,admin,superadmin.cofounder,founder) of the player anyway.

AdminControl = true,

	BypassAdmin = {
		"steam:110789014871fc9f", 
		"discord:849279969461577739",
		--this is an example
	},

This list inside the config is for base GTA vehicles, you can edit it:

ListedVehicle = {
		"adder",
		"Airbus",
		"Airtug",
		...	 
    },

Cattura1

This list inside the config is for custom GTA vehicles, you can edit it:

ModVehicle = {
		'370z',
		"rs7",
		'a8audi',
		'x5e53',
		'boss429',
		's63w222',
		'teslax',
		...
	},
			 

Cattura333

Note You need also to edit config files.

Docs

RUXO Docs

Credits

Russo Giovanni M.

BostonG

Made for Evolve RP v2 https://discord.com/invite/Cc7fbazCmB

License

@ Copyright 2023 Ruxo Menu,Russo Giovanni M.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT