Permissions
Our locker system comes in two different versions: one for QB-Core and one for ESX. They are located in separate folders, and the permissions differ between QB-Core and ESX.
This is the ESX version, which uses ESX groups to manage the permission system.
-------------------------------------------------
-- Groupes administrateurs / Admin Group
-------------------------------------------------
Config.AdminGroup = 'admin'
-- FR: Groupe ayant accès à toutes les fonctions du script
-- EN: Group with access to all script functionsAnd here is the QB-Core version, which uses a license-based system to simplify integration with QB-Core.
-------------------------------------------------
-- Permissions administrateur / Admin Permission
-------------------------------------------------
Config.AdminLicenses = {
'license:', -- Exemple de license
-- Ajoutez les licenses des administrateurs ici
-- FR: Ajoutez les licenses Steam/Rockstar des joueurs autorisés
-- EN: Add the Steam/Rockstar licenses of authorized players
}
-- FR: Liste des licenses ayant accès aux fonctions administratives
-- EN: List of licenses with access to administrative functions
Last updated

