BoSBrian
11-10-2004, 06:17 AM
I'm still looking to see if a "message center" such as rudedogg's or something of that nature can be done for MOHPA, but until then we are using PunkBuster to run server messages via console.
How you say? Simple, add the following lines to your pbsv.cfg file located in your PB directory.
//PB Tasks
PB_SV_TaskEmpty
pb_sv_task 30 360 "say Your message here"
pb_sv_task 15 180 "say Another message here"
The Task will be executed X seconds after entry and every Y seconds thereafter, whereas the first number is the X variable and the second is the Y
How you say? Simple, add the following lines to your pbsv.cfg file located in your PB directory.
//PB Tasks
PB_SV_TaskEmpty
pb_sv_task 30 360 "say Your message here"
pb_sv_task 15 180 "say Another message here"
The Task will be executed X seconds after entry and every Y seconds thereafter, whereas the first number is the X variable and the second is the Y