PDA

View Full Version : PB_SV_ProtectTag


tar6et
12-21-2004, 03:18 PM
Ok i want to implement this command it seems fairly simple. just one quick question though. When i refers to players with the proper "credentials" i assume they mean power points. Is this correct?

Anex3
12-21-2004, 05:01 PM
I'm curious about the whole Power point setup myself. I've never looked at it before with any seriousness but would like to know how to use it all the same...just for the sake of knowing. The only confusing issue for me is the reference to UNIQUE ID; I don't know if they mean GUID, Power database ID, or something I manually create. At anyrate, I'm not trying to jack your topic so I'll move on...

As for the credentials question, this is in reference to that person using a regname.dat file (or any executed config file) with the following info:

PB_REGNAMES
"NAME/TAG" "PASSWORD" Full
"NAME/TAG" "PASSWORD" Partial

So, if you have a person added to your protection tag/name, anyone attempting to connect using that name/tag without the above information will get kicked.

NOTE: I believe this is in direct relation to the purchasing of registered names/tags from EvenBalance. So, I don't think you can create a custom registration...but I never tested it so I can't say for sure.

tar6et
12-21-2004, 06:50 PM
thanks man ill look into it more. as for the power points system to assign a player points all you have to do is.

1 when the player is in the server type pb_sv_plist and get their number. this should be in the first colum.

2 type pb_sv_power 5 15 where 5 os there slot number and 15 is the amount of points you wish to give to them. Please note the slot number you get from he "status" command is different than from the pb_sv_plist command.

here is a link to the CoD PB admin guide LINK (http://www.evenbalance.com/publications/cod-ad/index.htm#playerpower)

Anex3
12-22-2004, 10:56 AM
Yeah I already know how to set it up while they're in the server; was just curious abouting adding them to the file myself :wink:

At any rate, thanks for the info...