Page 1 of 1

How do I enable PunkBuster?

Posted: Tue Apr 11, 2006 2:39 pm
by Nick|NFo
Go to your server.cfg on the file manager page and edit it. Add the following to the top of your server.cfg:

Code: Select all

seta sv_punkbuster 1
wait
pb_sv_enable
Then restart your gameserver and punkbuster should be enabled.

A more detailed one can be used as well:

Code: Select all

seta sv_punkbuster "1"
wait // This is required for proper PB startup
//Start Punkbuster
pb_sv_enable // If you want PB disabled, use pb_sv_disable instead