Triggers-/Functions-/Exports

Notify Triggers:

Parameters:

TriggerClientEvent('b-notify', source, title, message, duration)

Examples:

--server: 
TriggerClientEvent('b-notify', source, "Notification", "b-dev on top", 1)
--client:
TriggerEvent('b-notify', "Notification", "b-dev on top", 1)

Announcement Triggers:

Parameters:

TriggerClientEvent('b-announce', source, title, message, duration)

Example:

-- client:
TriggerEvent('b-announce', "Notification", "b-dev on top", 10000)
-- server:
TriggerClientEvent('b-announce', source, "Notification", "b-dev on top", 10000)

Last updated

Was this helpful?