TriggerClientEvent('b-notify', source, title, message, duration)
--server:
TriggerClientEvent('b-notify', source, "Notification", "b-dev on top", 1)
--client:
TriggerEvent('b-notify', "Notification", "b-dev on top", 1)
TriggerClientEvent('b-announce', source, title, message, duration)
-- client:
TriggerEvent('b-announce', "Notification", "b-dev on top", 10000)
-- server:
TriggerClientEvent('b-announce', source, "Notification", "b-dev on top", 10000)