[FREE] [STANDALONE] Weazel News Display

Weazel News Display

A Simple Weazel News display functions like a notification system, utilizing the native GTA V Weazel News announcements.

Sample Usage:

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

or

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

Previews:

NOTE: I’m bored, so I just made this script for some reason. But hey, maybe someone needs this or finds it useful for their projects. It’s free, LOL.

Get it here:

Github: Teezy-Core/cfx-tcd-newsDisplay (github.com)
Tebex: https://tcd.tebex.io/checkout/packages/add/6231424/single

1 Like

So it’s just the weazel news overlay thats been part of the Video Camera script?

So it’s just the weazel news overlay thats been part of the Video Camera script?

It looks like it’s now an export that can be fired off by any script. Kinda cool, if just simple.

Blockquote

No you didn’t you made this inspired by my script I will tell you how I know

You copied my made up placeholder text verbatim if your going to lie at least be good at it

Config = {}

Config.DefaultTitle = “Breaking News”
Config.DefaultMessage = “7:00 AM / Today Weazel News Exclusive”
Config.DefaultBottomMessage = “We bring you the LATEST NEWS live as it happens”

Config.DefaultTime = 5 – 5 seconds

Credit where credit is due in future buddy :joy::rofl:

1 Like