Here you can find the basic guide to install our admin menu
In the configuration file (config.lua) setting the variable useESXGroup to true you will be able to use the admin menu only if your ESX group will be equal to Admin.
By setting the variable to false instead, you can give permission to use the menu to anyone who has their own license written in the permission.json file, example:
{
"char1:mxbwmwctfwwt1tqjvl0iktfvu2y9j4ynzehbvvui" : true
}
ps. If you use multicharacter remember to enter the license of the specific character
To use the ban function of the admin menu the first thing to do is insert the qtt-admin.sql file into your database
Our admin menu also includes two whitelist systems within it, below is the guide for both.
Editable functions is a server file (qtt-admin/server/editable_functions.lua) containing all those functions that use events from other scripts to work. They are grouped in an unobfuscated file so that editing is possible.
⚠️If you don't know how to modify them, please do not touch them, as the incorrect modification could compromise the correct functioning of the menu!⚠️
To change the translations the only thing you have to do is go to the configuration file (config.lua), in the translation section and modify the various strings with the writings you want to insert.
PS. when you find the %s symbol inside a string, remember not to remove it, it indicates that a variable such as a name, for example, will be inserted at that point!