[Tutorial] Fix Marketplace Tab7
In Solution WarZ
Search for:
Code:
gfxMovie.SetVariable("_root.api.Main.Marketplace.MarketplaceTab7.visible", true);
Change to:
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:
Code:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(false);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
Change to:
Code:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(true);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
Re: [Tutorial] Fix Marketplace Tab7
using your source more not Tab7
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
lukasccb
using your source more not Tab7
because the table of weapons this not activated
if you do not know how to turn on the table of weapons
Search for:
Code:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(false);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
Change to:
Code:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(true);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
Re: [Tutorial] Fix Marketplace Tab7
I have done that but still does not appear
Re: [Tutorial] Fix Marketplace Tab7
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
lukasccb
I have done that but still does not appear
so I do not know, you must be doing something wrong
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
MrGrimm
Damn dude, you have a NICE frontend. I really like it ^^
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
Yuri-BR
so I do not know, you must be doing something wrong
how do I edit?
it does not allow me the edition
http://i.imgur.com/Q6oa2nx.png
Re: [Tutorial] Fix Marketplace Tab7
You're editing the swf file.
C++ code. Not AS.
Also I bet you're using a too old version of the frontend!
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
GigaToni
You're editing the swf file.
C++ code. Not AS.
Also I bet you're using a too old version of the frontend!
and yuri, yuri mean bug, says he is new
Re: [Tutorial] Fix Marketplace Tab7
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
MrGrimm
I removed my like =]
your frontend is still the same (false)
Re: [Tutorial] Fix Marketplace Tab7
I said not to edit anything in the front end
you should just fix the error in its source
solution warz
Re: [Tutorial] Fix Marketplace Tab7
Quote:
Originally Posted by
lukasccb
I removed my like =]
your frontend is still the same (false)
You can remove the like....it has nothing to do with the Frontend.swf saying false. Mine which I posted a pic of above says false as well if you look at it in swf decompiler but it still has 7th tab. Just try the dam thing. Listen to what Yuri and Gigatoni have been telling you.
Re: [Tutorial] Fix Marketplace Tab7
Don't forget, it's no Copy&Paste for all dem no brainers here.... Oh, Wait!