i would like a command for gods,for add premium points,
here function
like that:
Thx !!!
here function
Code:
function doAddPoints(cid, points)
db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. points .. " WHERE `id` = " .. getPlayerAccountId(cid) .. ";")
end
like that:
Code:
/addpoints Name of player,XXX
Thx !!!