Skip to content

Give Permission

This document, which provides information on how to empower yourself, has been written for you.

Step 1

First you need to edit sv_config.lua file.

ServerCfg.Identifiers = { "put here your identifier", "put here your identifier" }

You can authorize by adding unlimited identifiers.

You can also authorize by adding groups.

ServerCfg.AdminGroups =  { "admin", "god"}

These authorizations may vary in QBCore and ESX.

This part is used to prevent the master identifier from being deleted in the authorization list. If you have authorized an identifier, the master will not be able to delete this protected identifier!

ServerCfg.ProtectedIdentifier = "put here your identifier"

Step 2

After doing the first step, clean the inside /data/admins.json file completely.

Instead of doing this, you can also use the Admin list cleaning method in the Settings panel inside the script.

Then restart the script, otherwise authorizations will not be granted.

config