i think your codes will beQuote:
thanks alot bro
thanks alot bro
but i got Error from it after i add it
and thanks for helpPHP Code:Error1 in :
if (this.Owner.QualifierGroups != null)
Error :Error 4 'ShekoProject.Client.GameState' does not contain a definition for 'QualifierGroups' and no extension method 'QualifierGroups' accepting a first argument of type 'ShekoProject.Client.GameState' could be found (are you missing a using directive or an assembly reference?)
Error2 in :
if (Owner.Team.m_Team.Count > 1)
Error : Error 5 'ShekoProject.Game.ConquerStructures.Team.m_Team' is inaccessible due to its protection level
Error3 in : this.Owner.QualifierGroups.End(this.Owner);
Error : Error 6 'ShekoProject.Client.GameState' does not contain a definition for 'QualifierGroups' and no extension method 'QualifierGroups' accepting a first argument of type 'ShekoProject.Client.GameState' could be found (are you missing a using directive or an assembly reference?)
Error4 in : this.Owner.QualifierGroups.End(this.Owner);
Error : Error 7 'ShekoProject.Client.GameState' does not contain a definition for 'QualifierGroups' and no extension method 'QualifierGroups' accepting a first argument of type 'ShekoProject.Client.GameState' could be found (are you missing a using directive or an assembly reference?)
TeamQualifierGroup