CoD, CoD2, CoD4, and CoD:WaW
Nick|NFo
Former staff
Posts: 2252 https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1
Post
by Nick|NFo » Tue Apr 11, 2006 2:39 pm
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
-Nick