<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hey please, make another thread to this questions ! :(<br>
<br>
[OL]YODA escribi&oacute;:
<blockquote
 cite="mid:HCEHKJNKLHFHNLBKGMEIOEGJDEAA.yoda@opferlamm-clan.de"
 type="cite">
  <pre wrap="">To K. P. Mahoney - Messages in CoD4:

Your dvars are not from COD2 itself, it&acute;s from a MOD, some kind of message
MOD...

Use PB to set InGame-Messages or wait for a message MOD...

Put this text in your pbsv.cfg (if you can&acute;t find it rcon log into your
server and type
/rcon pb_sv_writecfg
 - you will find in then in your pb-folder, e. g. CoD4/pb)

pb_sv_task 50 300 "say Your text"
pb_sv_task 80 300 "say Your text"
pb_sv_task 85 300 "say Your text"
pb_sv_task 85 300 "say Your text"
and so on...

First count is "show text x seconds after client connects to server", second
count is "repeat text after x seconds". second count to -1 means "text only
one time"...
You can use ^1, ^2, ^3, etc. for colors, too.

Restart your server and the messages will work.

Be careful - too much messages (I think you will use it for advertising as
the most do...) are annoying for clients...

Greetings

Thomas
aka [OL]YODA
<a class="moz-txt-link-abbreviated" href="http://www.opferlamm-clan.de">www.opferlamm-clan.de</a>

-----Urspr&uuml;ngliche Nachricht-----
Von: K. P. Mahoney [<a class="moz-txt-link-freetext" href="mailto:soldierofbal@rogers.com">mailto:soldierofbal@rogers.com</a>]
Gesendet: Montag, 12. November 2007 18:07
An: <a class="moz-txt-link-abbreviated" href="mailto:cod@icculus.org">cod@icculus.org</a>
Betreff: Re: [cod] and the race begins...


Does anyone know how to make in-game messages automatic in COD4? In cod2
it was like this.

// Message Center Setup
set mc_enable "1"
set mc_maxmessages "10"
set mc_restartEveryRound "1"
set mc_delay "90" // Standard delay between each message, if no custom delay
is defined

//Messages
//set mc_message1 "&lt;*nextmap*&gt;"
//set mc_messagedelay1 "5"
set mc_message2 "^1YOU VOTE ^7for next map ^1:)"
set mc_messagedelay2 "5"
----------------------------------------------------------------------------
---------------
Someone told me that it can be put in a PB config file similar to this:

In your pbsv.cfg add the following:

//server console messages
pb_sv_load svrmsgs.cfg

Then create a new text file and rename it to svrmsgs.cfg and add the
following:

pb_sv_taskempty

// Task setup for PunkBuster

pb_sv_task 20 1400 "say ^1Welcome to my server."
pb_sv_task 200 1600 "say ^1No Foul Language or Bad Name Tags"
----------------------------------------------------------------------------
---------------
"Problem is I have no pbsv.cfg file on my comp or server. Appreciate the
help!!"

Kevin


---
To unsubscribe, send a blank email to <a class="moz-txt-link-abbreviated" href="mailto:cod-unsubscribe@icculus.org">cod-unsubscribe@icculus.org</a>
Mailing list archives: <a class="moz-txt-link-freetext" href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38</a>



---
To unsubscribe, send a blank email to <a class="moz-txt-link-abbreviated" href="mailto:cod-unsubscribe@icculus.org">cod-unsubscribe@icculus.org</a>
Mailing list archives: <a class="moz-txt-link-freetext" href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38</a>




  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title></title>
<br>
<div class="moz-signature">
<pre class="moz-signature" cols="72"><font color="#3333ff"><b>David Aguilar Valero</b></font>
Dpto. Comercial y Soporte t&eacute;cnico
NewLight Systems
<b><font color="#3333ff">S</font><font color="#3333ff">ervidores de juegos, HW, Dedicados</font></b>

<b><font color="#3333ff"><a class="moz-txt-link-abbreviated"
 href="mailto:crk01@nls.es">crk01@nls.es</a></font></b>
<a class="moz-txt-link-abbreviated"
 href="mailto:crk01@newlightsystems.com">crk01@newlightsystems.com</a>
<a class="moz-txt-link-abbreviated"
 href="mailto:tecnico@newlightsystems.com">tecnico@newlightsystems.com</a>
#NewLight_Systems @ irc-hispano.org
<font color="#3333ff"><b><a class="moz-txt-link-abbreviated"
 href="http://www.newlightsystems.com">www.newlightsystems.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.nls.es">www.nls.es</a></b></font></pre>
</div>
This email and any files or attachments transmitted with it are
intended solely for the use of the intended recipient. This email is
confidential and may contain legally privileged information. If you are
not the intended recipient you should not read, disseminate,
distribute, or copy this email. If you have received this email in
error, please notify the sender immediately and delete it from your
system.
</div>
</body>
</html>