nevix
Tunzodus.net
Whats wrong with this code? Please help
TFS 1.0
Code:
local accid = getAccountNumberByPlayerName(getPlayerName(cid))
db.executeQuery("UPDATE `znote_accounts` SET `points` = `points`+2 WHERE `account_id` = " .. accid .. " LIMIT 1;")
TFS 1.0