Ruxo Admin Menu

You decide how much to pay.

Key Features


YOUTUBE 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

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)

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",
        ...     
    },

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

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

Note
You need also to edit config files.



Code is accessibleYes
Subscription-basedNo
Lines (approximately)2000
RequirementsESX ,esx_context
SupportNo