How to add automated messages to a Dedicated server?.

Dazepol

L1: Registered
Jun 29, 2011
18
3
Hi!, i have been searching for this for hours, i have rented a TF2 server, but i don't know how to add this automated messages, for example:

Welcome to our server! or Join us!

Those messages that appear at the middle of a game or when a players join the server(Im no talking about MOTD).

Please help!

Greetings!.
 

Dazepol

L1: Registered
Jun 29, 2011
18
3
I use this sourcemod plugin
http://forums.alliedmods.net/showthread.php?p=592536
very nice plugin, will display text messages in the chat at desired intervals
fairly easy to set up

Thanks a lot man!, i just need to upload the files to my server right?, because i tried to do it with Mani admin but it crashed my server lol.

Update: This stops my server to =(, where i need to upload the files?.
 
Last edited:

Kript

L1: Registered
Oct 1, 2011
6
1
Upload the plugin: to Addons/Sourcemod/Plugins
Upload the txt file: to Addons/Sourcemod/cfg

If you need any help with this kind of server stuff... Im good at that :)
Kript
 

island55

L1: Registered
Nov 14, 2011
3
3
like Kript said,


"advertisements.txt" goes in: addons/sourcemod/configs
"advertisements.smx" goes in: addons/sourcemod/plugins

and add this to your server.cfg:

sm_advertisements_enabled 1
sm_advertisements_file "advertisements.txt"
sm_advertisements_interval 300

(dont forget to edit advertisements.txt to your wants)

explanation:

sm_advertisements_enabled (0/1, def 1)
Enable/disable displaying advertisements.

sm_advertisements_file (def "advertisements.txt")
File to read the advertisements from. Useful if you're running multiple servers from one installation, and want to use different advertisements per server.

sm_advertisements_interval (def 30)
Amount of seconds between advertisements.
 
Last edited: