Server
Server Events
Find the server events to use our notifications
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Find the server events to use our notifications
TriggerClientEvent("smzi_notify:client:showNotification", source, notificationType, message, duration, title, icon)
| Params | Types | Examples | Optional |
|---|---|---|---|
| source | integer | 1 | |
| notificationType | string | infos, success, warning, error | |
| message | string | ||
| duration | integer | 3000 (3 seconds) | |
| title | string | ✓ | |
| icon | string | circle-x *lucide icons | ✓ |
TriggerClientEvent("smzi_notify:client:showAdvancedNotification", source, notificationType, message, duration, title, subtitle, charIcon)
| Params | Types | Examples | Optional |
|---|---|---|---|
| source | integer | 1 | |
| notificationType | string | infos, success, warning, error | |
| message | string | ||
| duration | integer | 3000 (3 seconds) | |
| title | string | ||
| subtitle | string | ||
| charIcon | string | char_abigail |