> 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/alocation/variable-_config.lua/positionnotificationox.md).

# PositionNotificationOX

## Option des notifications

```lua
PositionNotificationOX = 'top-right'
```

***

{% hint style="info" %}
J'ai mis cette variable à votre disposition car chacun souhaite ajouter les notifications à différents endroits de l'écran. C'est pourquoi j'ai ajouté une variable qui englobe toutes les notifications.
{% endhint %}

## Position :

* 'top' (haut)
* 'top-right' (haut-droit)
* 'top-left' (haut-gauche)
* 'bottom' (bas)
* 'bottom-right' (bas-droit)
* 'bottom-left' (bas-gauche)
* 'center-right' (centre-droit)
* 'center-left' (centre-gauche)
