> 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/ui/acandidature-ui/variable-config.lua/peds.md).

# Peds

```lua
Config.Peds = {
    {
        model = "a_m_y_business_01", -- Modèle du Ped (nom du modèle dans GTA)
        coords = { x = -268.90, y = -956.51, z = 31.22, heading = 206.71 }, -- Position et orientation du Ped
        scenario = "WORLD_HUMAN_CLIPBOARD", -- Animation que le Ped effectuera
        label = "Recruteur" -- Nom ou description visible au-dessus du Ped
    }
}
```

{% hint style="info" %}
Comme indiqué dans le fichier **Config.Peds**, il vous suffit de lire attentivement et de renseigner les informations correspondantes.
{% endhint %}
