How do I enable PunkBuster?

CoD, CoD2, CoD4, and CoD:WaW
Locked
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

How do I enable PunkBuster?

Post 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
-Nick
Locked