Exports/Events

Parameters:

title = title of the notification (STRING)

message = notification message (STRING)

sound = true/false, if true then plays iMessage Sound if false plays no sound (BOOLEAN)

CLIENT SIDED:

Export:

exports['Browns-iNotify']:iNotify(title, message, sound)

SERVER SIDED:

Event:

TriggerClientEvent('iNotify', source, title, message, sound)

Last updated