Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- if you have afonso the code will need to modify it to a cash system.
- using my frontend with case + skin system put this codes
- Frontend: https://mega.nz/#!5w8hXQZS!RjI2mhGGJyQqQMPyafkbQ3B9AUTl0dLx09N0sLsZFk4
- */
- // warz.sln
- // Search:
- void addItemCategoriesToUI(class r3dScaleformMovie& gfxMovie)
- in var[7].SetBoolean(true); // visible in store
- // Add
- var[8].SetBoolean(true);
- // in
- var[0].SetNumber(7);
- var[1].SetString("unknown"); // or "skins" (from codexito - afonso, is for skins system he)
- var[2].SetBoolean(true);
- var[3].SetBoolean(true);
- gfxMovie.Invoke("_root.api.addTabType", var, 4);
- // paste
- var[0].SetNumber(8);
- var[1].SetString("case");
- var[2].SetBoolean(true);
- var[3].SetBoolean(true);
- gfxMovie.Invoke("_root.api.addTabType", var, 4);
- // search
- void FrontendWarZ::eventMarketplaceActive(r3dScaleformMovie* pMovie, const Scaleform::GFx::Value* args, unsigned argCount)
- // paste
- gfxMovie.SetVariable("_root.api.Main.Marketplace.Marketplace.Tab7.visible", true);
- gfxMovie.SetVariable("_root.api.Main.Marketplace.Marketplace.Tab8.visible", true);
- gfxMovie.SetVariable("_root.api.Main.Marketplace.Marketplace.Tab9.visible", true); // new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement