You are not logged in.
Pages: 1
Hello
What are the cvar commands to be able to set banner?
I use this, but it does not work:
set g_msgs "180" //Delay, in seconds, between banner messages. (see g_msgpos)
set g_msgpos "128" //Banners location (see g_msgs)
set b_banners "4"
set b_banner1 "one"
set b_banner2 "two"
set b_banner3 "three"
set b_banner4 "four"
Thx 4 help!
Greetings
Offline
Seems like you are using values from another mod.
Here are the values you can use in N!tmod (click on the cvars, it will redirect you to the online documentation):
g_msgpos
g_msgs
and the g_msgX is missing from the online documentation, but here's how it works:
g_msgX [string]
If you want to enable banners on your server, you have to set them. Replace X by a number (g_msg1, g_msg2, g_msg3, etc...)
Ex.: set g_msg1 "Welcome to N!tmod"
set g_msg2 "Visit www.etmods.net"The first missing g_msgX cvar will start the message cycle over, back to the first message.
Note: You have to use set g_msgX "text" if you don't use set in front of the cvars, the banners will not work.
Offline
Thank you, but it does not work anyway?
What am I doing wrong?
// BANNER
set g_msgpos "2" //Banners location (see g_msgs)
set g_msgs "180" //Delay, in seconds, between banner messages. (see g_msgpos)
set g_msg1 "One"
set g_msg2 "Two"
set g_msg3 "Three"
set g_msg4 "Four"
Offline
Your settings are correct, and they Work. I tried on a home server.
But ofcourse, you need to wait 3 minutes before any banner shows up. (set g_msgs "180" )
Offline
Offline
@all
Big THX, it´s running
Offline
Pages: 1