PDA

View Full Version : Server welcome messages


Predator0113
08-06-2009, 11:55 AM
Hi.

I have a dedicated server , configured. And i want to add welcome messages and other messages like rules and other stuff.

I have CoD4_SvrMsg .
In the readme says to :

// 1) Create a custom (fs_game) folder
// 2) Place the _svr_msg.iwd , mod.ff , svr_msg.cfg in that folder
// 3) Add the following line to your server config: exec svr_msg.cfg


i've created fs_game folder ,copyed all that things , configure the svr_msg.cfg , but when i exec it i get this error :Error: couldn't exec svr_msg.cfg

Number7
08-06-2009, 12:42 PM
That error tells us that the game cannot find the .cfg file in the location specified.. Where is your server.cfg located?
If it is in the Main folder, you would need to adjust the path to the svr_msg.cfg like this:


exec <your fs_game folder name>\svr_msg.cfg

Predator0113
08-06-2009, 01:00 PM
i know what taht error mean

u mean like this ? : D:\GAMES\Call of Duty 4 - Modern Warfare\fs_game

and i've copied that files in the main folder. Wne i exec i've got no error but isnt working :( so what i can do ? plz

later edit:

PS: i've tryed normal messages with pb task : in pbsv.cfg pb_sv_load svrmsgs.cfg

in svrmsgs.cfg pb_sv_taskempty

// Task setup for PunkBuster

//where <color> =
//^1 for Red
//^2 for Green
//^3 for Yellow
//^4 for Blue
//^5 for Cyan
//^6 for pink/Magenta
//^7 for White
//^8 for Black

//where <message> = the text you want to scroll






pb_sv_task 10 300 "say Welcome to ^0PREDATOR ^1HARDCORE ^2RO ^7 Server"
pb_sv_task 20 420 "say ^2RULES!!!"
pb_sv_task 22 422 "say ^1NO SWEARING!!!"
pb_sv_task 23 424 "say ^1NO GL!!!"
pb_sv_task 24 426 "say ^1NO MARTY!!!"



After 10 seconds after server is starting i get console: welcome to .... but the problem is that after console message appears i've get this Predator: welcome to ....

How i can solve this ?

so :

this is what i see:

console:Welcome to Predator
Predator:Welcome to Predator

But this don't happen when i type in my game console pb_sv_taskempty before connecting to server :| . So plz how i can fix this ? TY

Hubdude
08-08-2009, 12:45 AM
We use this.
http://www.morkeye.co.uk/

Predator0113
08-08-2009, 04:48 AM
Hmm, i've downloaded it , made all settings but when i start monitoring i see this: info attempting to update....
failure .....

Hubdude
08-09-2009, 08:44 AM
The program can be challenging to get setup, you will need to spend some time reading all the setup info and visiting the forums. It does work. I see that there is a new version out I have yet to try.

wcSki
08-09-2009, 11:54 AM
Hmm, i've downloaded it , made all settings but when i start monitoring i see this: info attempting to update....
failure .....

Check your pb ucon settings and make sure you have that setup correctly, then try and start the program again.

Ski

theMechanic
08-09-2009, 12:10 PM
for svr, the svr_msgcenter.cfg is in the configs folder.

if you created the file structure correctly as designed, the command in your server.cfg would be exec configs/svr_msgcenter.cfg