[Tutorial] How To Activate Cali Text
Find
Code:
gfxHUD.SetVariable("_root.api.Main.CaliTestText.visible", 1);
You Can See This Code
Code:
//if(CGL.m_gameInfo.mapId==GBGameInfo::MAPID_WZ_California) //{
// gfxHUD.SetVariable("_root.api.Main.CaliTestText.visible", 1);
//}
Change It To
Code:
if(CGL.m_gameInfo.mapId==GBGameInfo::MAPID_WZ_Colorado) {
gfxHUD.SetVariable("_root.api.Main.CaliTestText.visible", 1);
}
You Can Edit This Text On Adobe Flash Professional
Here is the HUD Src : CLICK ME
Re: [Tutorial] How To Activate Cali Text
Re: [Tutorial] How To Activate Cali Text
awesome! very usefull
which is the exact HUD for change the tittle?