Theme editor

Guide Auto Announcement in Chat Script

Random threads

Admin

FiveM Pro
Joined
Oct 11, 2024
Messages
155
Reaction score
-1,355
Points
93
Credits
0
Thread owner
Elevate your FiveM server communication with our dynamic chat broadcast script.
Simply paste into client & restart the script to activate automated in-chat notifications.
Follow our detailed guide to customize server alerts and keep your players informed with instant updates.​
auto char.webp
Code:
Citizen.CreateThread(function()
     while true do
         TriggerClientEvent('chat:addMessage', -1, {
             template = '<div class="chat-message server"><b>{0}</b>: {1}</div>',
             args = { '^6[ToxicFivem]', "Welcome  - toxicfivem.fun"}
         })
        Citizen.Wait(1200000)  -- 20 minute
     end
end)
 
Last edited by a moderator:

Latest threads

Featured content

Latest threads

Back
Top