sendNotify
TriggerClientEvent('RiP-Notify:Notify', source, type, time, titel, text)
This function sends a notification from server to client
Arguments
Name | Type | Optional | Explenation |
---|---|---|---|
source | Integer | No | Receiving player source |
type | String | No | Notify type |
time | Integer | No | Time in miliseconds |
title | String | No | Notify title |
text | String | No | Notify text |
Example
TriggerClientEvent('RiP-Notify:Notify', 9, 'error', 3000, "RiP-Notify", "If you see this notify you probably have the id 9")