Hi, Ive managed to add a few high command banners to our ETQW server by using the setting rcon PB_SV_Task 180 180 “say blah blah blah” but i need to delete a couple :S does anyone know how to delete these? thanks
High Command Banners
Cheers dude. I tried the PB_SV_TList but it doesn’t seem to work. Just says command sucsesful. 
Is there any way i can write high commands into the server.cfg so they are always show up? thanks
Just add punkbuster commands to your server config. You can also create a seperate punkbuster.cfg file and place a “exec punkbuster.cfg” in the server config or execute it from the command line by adding “+exec punkbuster.cfg”.
To get all those PB server commands work while connected from a client you need to run it via rcon. But I guess you did it, since you already used PB_SV_Task.
For easier administration you can also use the PB WebTool.
Should this file go in the base folder?
So should the command be:- set “exec punkbuster.cfg” (with quotes) ?
Thanks again, much appriciated
How do i get it to execute the diffrent tasks in ceartain order? Do i write something like:
/rcon pb_sv_task1 180 180 “say i suck at this”
and then
/rcon pb_sv_task2 180 180 “i still suck at this” ?
Any help would be great as i´m totally new at this.