Permissions

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 functions

And 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