This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
It seems the dev version doesnt do the iConomy link properly when trying to buy something.
http://i.imgur.com/zqIdm.png
I should be able to buy one of the iron, or ten, but no matter what I enter I get the 'inusfficient funds' message.
(using iConomy link)
I know that the issue is somewhere here http://pastie.org/private/utyhw4ewwkvzschxqyp81a
but I simply cant pinpoint it.
This line checks for available money if ($user_data->money >= ($auction_info[0]->price * $quant)){
so something is wrong - but what?
Solved it!
Had to change the line into if ($iconomy_data->balance >= ($auction_info[0]->price * $quant)){ instead of $user_data->money
Can be closed.
To post a comment, please login or register a new account.