Skip to main content

sendNotify

TriggerClientEvent('RiP-Notify:Notify', source, type, time, titel, text)

This function sends a notification from server to client

Arguments

NameTypeOptionalExplenation
sourceIntegerNoReceiving player source
typeStringNoNotify type
timeIntegerNoTime in miliseconds
titleStringNoNotify title
textStringNoNotify text

Example

TriggerClientEvent('RiP-Notify:Notify', 9, 'error', 3000, "RiP-Notify", "If you see this notify you probably have the id 9")