Usages

Client/Server/Export Usages

Event Usage

TriggerServerEvent("cfx-tcd-newsDisplay:Server:Broadcast", "Breaking News", "This is a test message", "This is a test bottom message", 10000)

Exports Usage

Export
Parameter

displayNews(title, msg, bottom, time)

title: string msg: string bottom: string time: number

exports['cfx-tcd-newsDisplay']:displayNews("Breaking News", "This is a test message", "This is a test bottom message", 10000)

Last updated