Using tx admin announcement in script

Hi, I have auto delete car script and I want to make that announce are sent not in chat but is sent as tx admin announcement

This is currently not possible as txAdmin does not have an API that you can use.

(Serverside)
TriggerClientEvent(‘txcl:showAnnouncement’, -1, “Your message here”, “Author”)

or

(Clientside)
TriggerEvent(‘txcl:showAnnouncement’, “Your message here”, “Author”)

That should work.

1 Like