Notification
This page will contain information on how to use the notification.
π Notifications
π¦ Client side event for adding a notification
Client-side usage
TriggerEvent("orbit-dynamichud:notify", data)Server-side usage
TriggerClientEvent("orbit-dynamichud:notify", source, data)π§ How It Works (Internally)
RegisterNetEvent("orbit-dynamichud:notify", SendNotification)SendNUIMessage({
action = "addNotification",
data = data,
})π§© Data Structure
π¨ Notification Types
Type
Default Behavior
π Examples
β
Basic Info Notification
β οΈ Warning Notification
β Error With Custom Title
π¨ Fully Customized Notification
π Sound Behavior
βοΈ Important Notes
π§Ύ Best Practice
Last updated