Hi since the release of R9 it has been possible to run server messages using say instead of yell ,this means the messages will appear o0n the left of the screen instead of the middle making it better for advertizing your clan, this is how you do it.
;pb_sv_task X Y game.sayALL "MESSAGE HERE"
;X= Number of seconds after server start to say message
;Y= Number of seconds before repeating this message
pb_sv_task 60 600 admin.say "MESSAGE HERE" all
pb_sv_task 120 600 admin.say "MESSAGE HERE" all
pb_sv_task 180 600 admin.say "MESSAGE HERE" all
pb_sv_task 240 600 admin.say "MESSAGE HERE" all
pb_sv_task 300 600 admin.say "MESSAGE HERE" all
pb_sv_task 420 600 admin.say "MESSAGE HERE" all
pb_sv_task 480 600 admin.say "MESSAGE HERE" all
pb_sv_task 540 600 admin.say "MESSAGE HERE" all
pb_sv_task 600 600 admin.say "MESSAGE HERE" all
Do the above in notepad then save as pb_sv_task.cfg , upload into your cfg folder in your game panel,
there are two ways to execute it , you can use your fav rcon program and go to the punkbuster part then put this
pb_sv_load cfg/pb_sv_task.cfg
this will run the messages but if your server gets restarted you will need to do it again.
The other way of doing it is by putting pb_sv_load cfg/pb_sv_task.cfg in the pbsv.cfg which can be found in the cfg folder. this will mean your messages will always run even if the server is restarted.
