[Tutorial] How To Activate Cali Text

Results 1 to 3 of 3
  1. #1
    Proficient Member Burak DatLife is offline
    MemberRank
    Jan 2015 Join Date
    inetpub/wwwrootLocation
    173Posts

    [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


  2. #2
    Apprentice ImmorTaLPaSa is offline
    MemberRank
    Mar 2015 Join Date
    19Posts

    Re: [Tutorial] How To Activate Cali Text

    Good Job Bro. :)

  3. #3
    Member Suycune is offline
    MemberRank
    Apr 2015 Join Date
    New York, New YLocation
    72Posts

    Re: [Tutorial] How To Activate Cali Text

    awesome! very usefull
    which is the exact HUD for change the tittle?



Advertisement