PDA

View Full Version : Coding Messages (Scroll and Pop-up) in Server cfg (Help!)


Rabid_Wombat
12-31-2003, 10:06 AM
I'm trying to add messages (scroll and pop up) to my Breakthrough server.cfg. I've use the following syntax:


set sv_scrollmessage1text "Welcome to blah, blah."
set sv_scrollmessage1colour "yellow"
set sv_scrollmessage1y 466
set sv_scrollmessage1timepause 5

set sv_popupmessage1text "Cheaters Will Be Banned" sv_popupmessage1colour "red"
set sv_popupmessage1x 95
set sv_popupmessage1y 435
set sv_popupmessage1initialdelay 0
set sv_popupmessage1timeshow 3
set sv_popupmessage1timehide 30

I thought this was correct, but when I execute the server.cfg there is no scroll or pop up messages. Can someone with more experience look at my syntax and tell me if I screwed something up? Help would be much appreciated.

R_W :x

Rabid_Wombat
12-31-2003, 10:09 AM
By the way, the forum truncated the following two lines in my previous post. This is the way they look in the cfg.

set sv_popupmessage1text "Cheaters Will Be Banned" sv_popupmessage1colour "red"

R_W :x

Rabid_Wombat
12-31-2003, 10:12 AM
Okay, what the f***! The forum keeps putting these two commands on the same line--they are actually on separate lines in the server cfg.

set sv_popupmessage1text "Cheaters Will Be Banned" sv_popupmessage1colour "red"


R_W :x

Defiant
01-04-2004, 10:14 PM
not sure if i am right,i know when i changed my localization txt i had to use this "Cheaters will be Banned \r No TKing"
the "\r" seperates the lines.
might work for you.