YOUTUBE VIDEO PREVIEW
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 accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 2000 |
| Requirements | ESX ,esx_context |
| Support | No |