Hello rg ,
i have put system crate : http://forum.ragezone.com/f790/relea...ar-cs-1087540/
=
But i have probleme , I try to put skin in a box and I wanted us to win once the skin
I put this function throughout the Code box, without success
Probleme Skin database :
![]()
And i want :
![]()
Thanks for help
i have put system crate : http://forum.ragezone.com/f790/relea...ar-cs-1087540/
=
But i have probleme , I try to put skin in a box and I wanted us to win once the skin
Code:
if(gUserProfile.hasSkin(mStore_BuyItemID) == true)
{
Scaleform::GFx::Value var[2];
var[0].SetString(gLangMngr.getString("AlreadyLearnedThatRecipe"));
var[1].SetBoolean(true);
gfxMovie.Invoke("_root.api.showInfoMsg", var, 2);
return;
}
Probleme Skin database :
Code:
<recipes n="9" r0="900010" r1="900010" r2="900010" r3="900010" r4="900010" r5="900010" r6="900010" r7="900010" r8="900010"/

And i want :

Thanks for help