Server Message Setting

Post Reply
Operator
A semi-regular
A semi-regular
Posts: 27
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Nov 02, 2003 3:12 pm

Server Message Setting

Post by Operator »

Can someone show me how to set the little caption at the bottom of the screen which appear for a period of time then dissappear and appear again later on? (example: Welcome to xxxxx clan. This is a nuclear server) I want to change the "This is a nuclear server" part. Could someone show me how please?

Thanks
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

look for addons/amx/amx.cfg and edit that via the control panel.

find the line that says

Code: Select all

amx_scrollmsg " "
and in between those quotes, put whatever you wish.
-Nick
Operator
A semi-regular
A semi-regular
Posts: 27
Joined: Sun Nov 02, 2003 3:12 pm

Post by Operator »

thank you very much....:)
Operator
A semi-regular
A semi-regular
Posts: 27
Joined: Sun Nov 02, 2003 3:12 pm

Post by Operator »

Oh yeah one more thing, how do you get rid of the map voting at the end of every map. I just want the mapcycle to go as it set. I don't want the voting of maps or extending of map so please show me how to do that. Thanks
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

in your addons/amx/plugins/plugins.ini, you have the line:

mapchooser.amx ; allows to vote for next map

simply add a ; in front of mapchooser.amx to look like this:

;mapchooser.amx ; allows to vote for next map
-Nick
Post Reply