The language of the menu file of sam Megapatch 2013
Hi guys!I wanted to ask: Where are created posts of "Breakpoint", "SetPoint" and "Match Point" in this code? I took the code from this file: hud_iwells11.menu.
- Code: Select all
//=== Key points alert
item
{
Image Ico/ATP1000/HudKeyPoints KeyPointsBarW KeyPointsBarH
Pos /Intern/KeyPointsBarX /Intern/ScoreYu Left Center
ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
ShowIf /StatTeam1Set0/ScoreNum /StatTeam2Set0/ScoreNum 999999
}
item HudInfo
{
CycleButton #Text /Intern/HudInfoOther /Intern/HudInfoNum
Pos /Intern/KeyPointsBarX+KeyPointsBarTextX /Intern/ScoreYu+KeyPointsBarTextY Left Center
Font KeyPointsBarF
ShrinkToMaxPixel KeyPointsBarW-KeyPointsBarTextX
OnAction
{
SlideCfg /Intern/HudInfo 0 100
}
ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
ShowIf /StatTeam1Set0/ScoreNum /StatTeam2Set0/ScoreNum 999999
UnSelectable
}
item
{
Image Ico/ATP1000/HudKeyPoints KeyPointsBarW KeyPointsBarH
Pos /Intern/KeyPointsBarX /Intern/ScoreYd Left Center
ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
ShowIf /StatTeam2Set0/ScoreNum /StatTeam1Set0/ScoreNum 999999
}
item HudInfo
{
CycleButton #Text /Intern/HudInfoOther /Intern/HudInfoNum
Pos /Intern/KeyPointsBarX+KeyPointsBarTextX /Intern/ScoreYd+KeyPointsBarTextY Left Center
Font KeyPointsBarF
ShrinkToMaxPixel KeyPointsBarW-KeyPointsBarTextX
OnAction
{
SlideCfg /Intern/HudInfo 0 100
}
ShowIf /Intern/HudInfo 2 4
ShowIf /Intern/IG_InfoS -0.999f 10.0f
ShowIf /StatTeam2Set0/ScoreNum /StatTeam1Set0/ScoreNum 999999
UnSelectable
}