Hiho, i using auction system. Nothing speciell but when a player1 buy player2's item player2 don't get any money.
The db execute is this i belive:
Someone see anything wrong? Thanks
*Already solved lol*
The db execute is this i belive:
LUA:
db.executeQuery("UPDATE `players` SET `auction_balance` = `auction_balance` + " .. buy:getDataInt("cost") .. " WHERE `id` = " .. buy:getDataInt("player") .. ";")
buy:free()
Someone see anything wrong? Thanks
*Already solved lol*
Last edited: