exports / triggers
Client Exports from client side
exports['brutal_notify']:SendAlert('Title', 'Message', Time, 'type', Sound)
Server Event from server side
TriggerClientEvent('brutal_notify:SendAlert', source, 'Title', 'Message', Time, 'type', Sound)
Arguments Guide
Arguments
Description
Source
You have to add the source in server side.
Title
This is the notify Title, Enter a custom text here, e.g. 'Notify'
Message
You have to add the notify message here.
Time
Time of visibility of the notify. 1000 = 1 sec
Type
error / info / warning / success
Sound
If you want to give sound for that notify or not. true/false
Last updated
Was this helpful?