New Server Rental 2 Questions

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Skites15
A semi-regular
A semi-regular
Posts: 16
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Feb 29, 2004 1:57 am
Contact:

New Server Rental 2 Questions

Post by Skites15 »

Hi I just bought a server and i love itt, much better than the lame ass one i had before, little bit more money but worth it by far. Anyways I need to know how to add csays into my game to run like every 15 minutes or something. Also how do I add admins to my server. IE where do i put there steam ids at. Thanks for all the help.
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

On the scrolling message, in AMX you would have lines like this you'd need to edit in addons/amx/amx.cfg:

Code: Select all

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This is a NuclearFallout server\nVisit http://rentals.nuclearfallout.net" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 180
Or in admin mod you'd edit these lines in addons/adminmod/config/adminmod.cfg:

Code: Select all

// How often, in seconds, the repeat_message should be shown on
// the screen during the game. Minimum value is 15 seconds.
// So, a value of 600 = 10 minutes between messages.
admin_repeat_freq 600

// Message that is show to everyone on the server every 
// ten minutes by the message plugin.
admin_repeat_msg  "Visit http://rentals.nuclearfallout.net"
On how to add the admins, there are FAQs on the left side of our main rentals page at http://rentals.nuclearfallout.net -- one for admin mod and one for AMX. Each should have instructions on how to add admins.
Post Reply