Coder Social home page Coder Social logo

turangarusso / ruxo-admin-menu-esx Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 5.0 95 KB

A Free Fivem admin menu ESX

Home Page: https://youtu.be/QS2af7djtg4

License: MIT License

Lua 100.00%
admin-menu admin-panel esx fivem-admin-menu fivem-script ruxo-admin-menu

ruxo-admin-menu-esx's Introduction


 ^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


ruxo-admin-menu-esx's People

Contributors

turangarusso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.