Shop points? As in points you get when donating? Isn't that a bit harsh?
If that's not the case I have no idea what you're talking about
function onDeath(cid, corpse, lastHitKiller, mostDamageKiller)
db.executeQuery("UPDATE `accounts` SET `premium_points` = "-1" bla bla bla
end
function onDeath(cid, corpse, lastHitKiller, mostDamageKiller)
db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` -1 WHERE `id` = " .. getPlayerAccountId(cid) .. ";")
return TRUE
end