Beispiel #1
0
 function PS_soldat(&$db)
 {
     parent::PS($db);
     $this->CLAN_MAP_MODTYPES = $this->CLAN_MODTYPES;
     //	$this->soldat_remove_columns = array('headshotkills','headshotkillspct','accuracy','shotsperkill','damage');
     $this->soldat_remove_columns = array();
 }
Beispiel #2
0
 function PS_cod(&$db)
 {
     parent::PS($db);
     $this->CLAN_MAP_MODTYPES = $this->CLAN_MODTYPES;
     $this->cod_remove_columns = array('headshotkills', 'headshotkillspct', 'accuracy');
 }
Beispiel #3
0
 function PS_halflife(&$db)
 {
     parent::PS($db);
 }