Questions
Script does not detect administrators automatically
In some cases it may not detect administrators automatically, especially on servers created in QB or with a modified core. In that case you can add the administrators manually, by adding the identifier (in esx) or the citizenid (in qbcore) in the config.lua
Solution
- Set
Config.seeIdentifierOnConsole = truein the configuration - Join the server and use
/adminrepcommand - Check your console for your identifier
- Add your identifier to the
Adminstable in config.lua:
Admins = {
[1] = 'steam:110000xxxxxxxx',
[2] = 'license:xxxxxxxxxxxxxxxx',
[3] = '',
[4] = '',
}
- Set
Config.seeIdentifierOnConsole = falseafter adding identifiers - Restart the script
Note: For ESX, use the identifier. For QBCore, use the citizenid.