> 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/ox-esx/amission/variable-_config.lua/props.md).

# props

## L'ajout des props

```lua
props = {
    {model = 'prop_cs_burger_01', coords = {x = 107.320, y = 6623.867, z = 31.63}, label = "Burger"},
    {model = 'prop_food_bs_burger2', coords = {x = 110.124, y = 6628.68, z = 31.787}, label = "Sandiwch"},
    {model = 'v_ret_247_bread1', coords = {x = 108.584, y = 6626.807, z = 31.787}, label = "Pain de mis"},
    {model = 'prop_bottle_richard', coords = {x = 113.512, y = 6627.739, z = 31.787}, label = "Ricard"},
},
```

{% hint style="danger" %}
Il est essentiel d'ajouter correctement les props en respectant trois variables clés :

1. **model** : le nom du props.
2. **coords** : la position exacte du props. Assurez-vous de bien ajuster l'axe Z pour un positionnement précis.
3. **label** : le nom affiché au-dessus du props.

Le respect de ces trois variables garantit une intégration optimale des props.

Pour plus d'informations, consultez la documentation : [Documentation des props](https://gta-objects.xyz/objects)
{% endhint %}
