PDA

View Full Version : Auto messages


Javel
02-28-2005, 05:28 PM
On codadmin I read about a way to put auto messages on the server with PB. I can't remember how, can you help me?

Thanks

rudedog
02-28-2005, 05:51 PM
From PB's site here

(http://www.evenbalance.com/publications/cod-ad/index.htm#commsettings) PB_SV_MsgPrefix [New Prefix]
Holds the text that the PunkBuster Server displays in front of every output line displayed; the default is "^3PunkBuster Server" (note the ^3 means output in the color GOLD); If the game server is running in non-dedicated (listen) mode, all PunkBuster Server output goes to both the top of the playing screen and to the console by default; To prevent PunkBuster Server messages from being displayed on the playing screen, insert the text [skipnotify] before any desired message prefix text. For example, the command pb_sv_msgprefix [skipnotify]^3PunkBuster Server will cause all PunkBuster Server output to go only to the console and not to the playing screen.