Kann mir einer hier helfen...wollte einige modus hinzufügen...
* includes / func / liga
*/
*/
$ligaTeamTypes = array('2on2' => 4,
'1on1' => 2
'3on3' => 6
'5on5' => 0
'6on6' => 0
);
/*
Anzahl der Spieler bei einem Match für die Ligen
first -> Stamm | reserve -> Reserve
*/
$ligaTeamMatchPlayer = array(
'2on2' => array('firsts' => 2, 'reserve' => 1),
'5on5' => array('firsts' => 5, 'reserve' => 3)
'1on1' => array('firsts' => 2, 'reserve' => 1)
'3on3' => array('firsts' => 6, 'reserve' => 3)
'6on6' => array('firsts' => 6, 'reserve' => 3)
);
Zuletzt modifiziert von GeCk0 am 18.10.2010 - 12:28:19


