Skip to main content

sendAnnounce

TriggerClientEvent("RiP-Notify:Announce", source, title, text, image)

This function sends an announce from server to client

Arguments

NameTypeOptionalExplenation
sourceIntegerNoPlayer source or -1 for everyone
titleStringNoAnnounce title
textStringNoAnnounce text
imageStringYesImage link (.png/.jpg)

Example

TriggerClientEvent("RiP-Notify:Announce", -1, "Test", "This is a test for demonstrate the functionality of this function", nil)