sendAnnounce
TriggerClientEvent("RiP-Notify:Announce", source, title, text, image)
This function sends an announce from server to client
Arguments
Name | Type | Optional | Explenation |
---|---|---|---|
source | Integer | No | Player source or -1 for everyone |
title | String | No | Announce title |
text | String | No | Announce text |
image | String | Yes | Image link (.png/.jpg) |
Example
TriggerClientEvent("RiP-Notify:Announce", -1, "Test", "This is a test for demonstrate the functionality of this function", nil)