(TSS)Hidinfury Posted April 28, 2006 Share Posted April 28, 2006 Instructions to add power players PB_SV_PowerGUID [GUID #] [power rating] [optional text] Adds player with specified GUID # to the locally stored PB Player Power database with the specified power rating. This command should only be issued once for each player, and never added to a PunkBuster cfg file. Example: pb_sv_PowerGUID 1234567890122334567 100 this player has 100 points Instructions on making a list of rcon commands PB_SV_RCon [min power points] [command prefix] Add a new command to the PB RCon list and define the power points required to issue the command. NOTE: you are entering prefixes - if a player enters a command that "starts with" an exact entry in the list, then it will be considered valid as long as the player has enough points to issue that command. For example, entering PB_SV_RCon 75 PB_SV_ means that any player with 75 or more power points, can issue any PB server command (not recommended by the way unless you are the only player with 75 or more power points and you wish to do this for yourself). Example list could be: PB_SV_RCon 50 PB_SV_Kick ...(uses the normal kick syntax) PB_SV_RCon 100 PB_SV_ban ...(uses the normal ban syntax) PB_SV_RCon 50 PB_SV_map ...(uses the normal map syntax) (used to change map) You can enter these commands in manually one by one using the ingame console [~] .OR by place these setting into a text file for example (pbpower.cfg) then excute them by using the ingame console [~] then typing: exec pbpower.cfg Link to comment Share on other sites More sharing options...
Recommended Posts