[Request] Remove button "Upgrade trial account"

Results 1 to 3 of 3
  1. #1
    Apprentice aummua is offline
    MemberRank
    Jun 2016 Join Date
    17Posts

    idea [Request] Remove button "Upgrade trial account"

    help me please...
    I want to remove this button "Upgrade trial account"
    Thank you !



  2. #2
    ☆Dying Dawn☆ Bombillo is offline
    MemberRank
    Jan 2012 Join Date
    ValhallaLocation
    977Posts

    Re: Remove button "Upgrade trial account"

    FrontendWarZ
    Code:
    if(gUserProfile.IsTrialAccount())
    	{
    		gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", true);
    	}
    to
    Code:
    if(gUserProfile.IsTrialAccount())
    	{
    		gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", false);
    	}
    or removed from flash as you want

  3. #3
    Apprentice aummua is offline
    MemberRank
    Jun 2016 Join Date
    17Posts

    Re: Remove button "Upgrade trial account"

    Thank you very very much
    Bombillo



Advertisement