williamII Posted July 7, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 343 Reputation: 15 Joined: 11/21/11 Last Seen: 9 hours ago Share Posted July 7, 2013 (edited) good I have a problem with my cash shop because when I want to buy the console displays an error I leave the function item and hope you can help me. // -------- [item] 30000,Cash_Shop_Buttom,Cash Shop,2,,,,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 30000,1; callfunc "Cashitemshop";},{},{} // ------- [Script] function script Cashitemshop { mes "Please chose a shop"; mes "in the nex windows."; menu"^000FFFNew^000000",LCSH_NEW,"^FF0000Hot^000000",LCSH_HOT; LCSH_NEW: close2; callshop "CasshopNew#shop1",1; end; LCSH_HOT: close2; callshop "Headgear1#Upper",1; end; } // ------ Shop - cashshop CasshopNew#shop1 -1,12909:100,13602:295 - cashshop Headgear1#Upper -1,5105:200 umm this error happens to me with cash shop stores also normal u.u Edited July 7, 2013 by williamII Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 7, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 7, 2013 You should make a topic in the bugtracker, it's working in my old version (17324) but not with the new revision Quote Link to comment Share on other sites More sharing options...
williamII Posted July 7, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 343 Reputation: 15 Joined: 11/21/11 Last Seen: 9 hours ago Author Share Posted July 7, 2013 ohh thx for reply Quote Link to comment Share on other sites More sharing options...
Question
williamII
good I have a problem with my cash shop because when I want to buy the console displays an error
I leave the function item and hope you can help me.
umm this error happens to me with cash shop stores also normal
u.u

Edited by williamIILink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.