Page 1 of 1

Server Messages at Startup & Game Play

Posted: November 29th, 2007, 5:24 pm
by steveuk
hi. can someone help me out here, ??

I like to ask how to put a welcome message on COD4 start screen when maps load, just like we did on COD2.

i saw this on another forum
//RD Msg Center Text Settings
seta sv_linerd1 "test1"
seta sv_linerd2 "test2"
seta sv_linerd3 "test3"
seta sv_linerd4 "test4"
seta sv_linerd5 "test5"
seta sv_linerd6 "test6
seta sv_linerd7 "tets7"
seta sv_linerd8 "test8"
seta sv_rddelay "30" // Time between msg's, must be >5 secs
Not sure if this is the right way of doing it or not, if it is ,then where do i put the text...
Can someone help by telling me the correct way and where on COD4 i need to put it..

Message would say sometink like
Welcome t o the UK-KillingFields COD4 Server.
IP: 0082.44.100.126. Port:28960.
Blahh blahh blahh
This would show on startup maps.

Also i want to know how to have messages show up in gameplay,ie, while people are playing i can send a quick message via Bind key, or just general via console.???

Thanks look forward to any helpers

Steve. 8)

Posted: November 29th, 2007, 10:00 pm
by Jeffro
Those lines are from rdp mod, thats a cod2 mod, there isn't a cod4 one just yet. You can use a program like tatakai or something though to keep messages looping.

Posted: November 29th, 2007, 10:33 pm
by St.Anger
Or just set it up by punkbuster...

Set this in ure config:

Code: Select all

pb_sv_taskempty
pb_sv_task 30 5000 "say ^3what you want"
pb_sv_task 31 800 "say ^8what you want"
pb_sv_task 50 2000 "say ^what you want"

Posted: November 29th, 2007, 10:46 pm
by Jeffro
was that possible :S XD