> For the complete documentation index, see [llms.txt](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/rageui-esx/astaffmode/variable-_config.lua/staffcheck.md).

# StaffCheck

## Check Liste Staff

```lua
StaffCheck = {
    CheckPermission = true, 
    ["license:66a0be36a6u0088d933efebu90vcd5495536504a"] = true, -- Ahero
    -- Ajouter ici des Staffs
    [""] = true,
}
```

{% hint style="info" %}
J'ai mis en place une vérification pour le Staff. Vous n'avez qu'à ajouter les membres de votre équipe ici avec leurs licences. Cela permet de prévenir toute tentative de triche ou d'injection non autorisée.
{% endhint %}
