21 lines
578 B
Plaintext
21 lines
578 B
Plaintext
{
|
|
menuDef
|
|
{
|
|
name "class_opfor"
|
|
rect 0 0 0 0 0 0
|
|
onOpen
|
|
{
|
|
if (dvarint(xblive_privatematch) || (dvarint(xblive_competitionmatch) && dvarint(com_svDedicated)))
|
|
{
|
|
setLocalVarString ui_customClassLoc "privateMatchCustomClasses";
|
|
}
|
|
else
|
|
{
|
|
setLocalVarString ui_customClassLoc "customClasses";
|
|
}
|
|
setLocalVarString ui_team "opfor";
|
|
open class close self;
|
|
}
|
|
}
|
|
}
|