Using TFS 1.0 & Znote AAC.
Error:
Code:
Solved - correct code ^
Error:
Code:
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
local player = Player(cid)
local accountId = player:getAccountId()
db.query("UPDATE `znote_accounts` SET `points` = `points` + 30 WHERE `account_id` = " .. accountId)
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You have been granted 30 shop credit to your account.")
player:getPosition():sendMagicEffect(CONST_ME_FIREWORK_BLUE)
Item(item.uid):remove()
return true
end
Solved - correct code ^
Last edited: