•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Hosting Server Way to broadcast a message to the whole server?

Posts
278
Likes
361
If you want to do it automatically you need a script like Shottyz said. But the actual rcon command used in the script would be:
Code:
ÿÿÿÿrcon <password> svsay <message>
Or alternatively via smod:
Code:
/smod say <message>
 
Top