> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_notifyv2/developer-api/server-events.md).

# Server Events

### Notification

```lua
--- @param data {table}: Read about parameters here https://docs.vames-store.com/assets/vms_notifyv2/usable-informations/client-side
TriggerClientEvent("vms_notifyv2:Notification", source, data)
```

***

### TopNotification

```lua
--- @param data {table}: Read about parameters here https://docs.vames-store.com/assets/vms_notifyv2/usable-informations/client-side
TriggerClientEvent("vms_notifyv2:TopNotification", source, data)
```
