How to Set Up Automated Messages on Your FiveM Server

Configure scheduled announcements and timed messages on your FiveM server using txAdmin or a standalone resource.

txAdmin includes built-in announcement and scheduled restart features.

Scheduled Restart Warnings

txAdmin automatically sends countdown warnings before scheduled restarts at 30, 15, 10, 5, 4, 3, 2, and 1 minutes. Configure restart schedules in txAdmin under Settings → Restart Schedule.

Manual Announcements

From the txAdmin dashboard, use the Announce feature to broadcast a message to all connected players immediately.

Custom Announcement Handling

To use your own announcement UI instead of the default, add to server.cfg:

setr txAdmin-hideDefaultAnnouncement true
setr txAdmin-hideDefaultScheduledRestartWarning true

Your resources can listen for txAdmin:events:announcement and txAdmin:events:scheduledRestart events to display custom notifications.

For timed recurring messages (e.g., "Join our Discord" every 15 minutes), use a dedicated announcement resource.

Download an announcement resource

Search the cfx.re Releases forum for "announcement" or "auto message" resources.

Upload and configure

Upload to resources/ via Files in the XGamingServer Panel. Edit the resource's config to set your messages, intervals, and display style.

Add to server.cfg

ensure my_announcement_resource

Restart from Console.

FiveM has no built-in convar for simple timed chat messages — a resource is required for recurring automated announcements.

How is this guide?

40% Off — Limited TimeGet your Fivem server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page