Exemple Notification

Exemple avec TriggerEvent (pour le client se sera TriggerServerEvent pour le server juste TriggerEvent)

```lua
TriggerEvent("dispatch:sendNotification", {
        title = "10-13 | Coup de feu",
        description = "Des coups de feu ont été détectés dans la zone.",
        location = streetName,
        icon = "img/gun.png",
        coords = coords,
        isInteractive = true
    }, "police")
```

Dernière mise à jour