πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

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

  1. Set Config.seeIdentifierOnConsole = true in the configuration
  2. Join the server and use /adminrep command
  3. Check your console for your identifier
  4. Add your identifier to the Admins table in config.lua:
Admins = {
    [1] = 'steam:110000xxxxxxxx',
    [2] = 'license:xxxxxxxxxxxxxxxx',
    [3] = '',
    [4] = '',
}
  1. Set Config.seeIdentifierOnConsole = false after adding identifiers
  2. Restart the script

Note: For ESX, use the identifier. For QBCore, use the citizenid.