help me please...
I want to remove this button "Upgrade trial account"
Thank you !
![]()
help me please...
I want to remove this button "Upgrade trial account"
Thank you !
![]()
FrontendWarZ
toCode:if(gUserProfile.IsTrialAccount()) { gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", true); }
or removed from flash as you wantCode:if(gUserProfile.IsTrialAccount()) { gfxMovie.SetVariable("_root.api.Main.SurvivorsAnim.Survivors.BtnUpgtrial.visible", false); }
Thank you very very much
Bombillo