UI Question (GSH?)
Posted: Fri Mar 30, 2012 2:31 am
In the EO Pages, I see these:
Yet, these seem to not do anything. Is this broken or ?
Code: Select all
// This window (ExtraOptions.OnlyInFFA, name must match exactly) is
// disabled if teamplay is on
CreateControl("OnlyInFFA", "WINDOW")
{
Code: Select all
// This window (ExtraOptions.OnlyInTeamplay, name must match
// exactly) is disabled if teamplay is off
CreateControl("OnlyInTeamplay", "WINDOW")
{