this patch is to fix the bug that disappears the table of equipment after enabling the table of weapons
In Solution WarZ
Search for:Change to:Code:gfxMovie.SetVariable("_root.api.Main.Marketplace.MarketplaceTab7.visible", true);Code:gfxMovie.SetVariable("_root.api.Main.Marketplace.Marketplace.Tab7.visible", true);
and if you do not know how to turn on the table of weapons
Search for:Change to:Code:var[0].SetNumber(0); var[1].SetString("weapon"); var[2].SetBoolean(false); var[3].SetBoolean(true); gfxMovie_->Invoke("_root.api.addTabType", var, 4);Code:var[0].SetNumber(0); var[1].SetString("weapon"); var[2].SetBoolean(true); var[3].SetBoolean(true); gfxMovie_->Invoke("_root.api.addTabType", var, 4);




Reply With Quote![[Tutorial] Fix Marketplace Tab7](http://ragezone.com/hyper728.png)



