Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
PB_SV_BanGuid [guid] [player_name] [IP_Address] [reason] Adds a guid directly to PB's permanent ban list; if the player_name or IP_Address are not known, we recommend using "???"
src/b/3/b3-1.9.2/b3/parsers/frostbite/punkbuster.py b3(Download)
def ban(self, client, reason='', private=''): # in BFBC2 we do not have reliable slot id for connected players. # fallback on banning by GUID instead return self.banGUID(client, reason)
src/b/i/big-brother-bot-HEAD/b3/parsers/frostbite/punkbuster.py big-brother-bot(Download)
def ban(self, client, reason='', private=''): # in BFBC2 we do not have reliable slot id for connected players. # fallback on banning by GUID instead return self.banGUID(client, reason)