• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Ingame Store] Having issues with images/icons

Rhalawux

New Member
Joined
Jan 3, 2019
Messages
8
Reaction score
0
Hello.
I have a small problem with the Store Ingame, i wish to upload the icons for store but only one is display at all, like a "Product_CharacterSexChange.png" if i do that for all of my items what are in the store offer its work fine, but when i wish to give for example: for a soft boots an icon with soft boots it show only that image with a "question mark". I check everything few times and everything should work but its not. Can someone help me with it? And yes i have all images in .png and theyre 64x6434504

Lua:
        name = "Extra Services",
        state = GameStore.States.STATE_NONE,
        rookgaard = false,
        icons = {"Category_ExtraServices.png"},
        offers = {

            {name = "Character Name Change", type = GameStore.OfferTypes.OFFER_TYPE_NAMECHANGE, price = 40, icons = {"Product_CharacterNameChange.png"}},
            {name = "Character Sex Change", type = GameStore.OfferTypes.OFFER_TYPE_SEXCHANGE, price = 25, icons = {"Product_CharacterSexChange.png"}}
 
Back
Top