i want it when someone uses an item it runs this db.query
it makes skull = 0 and skulltime= 0
it should be something like that
HELP PLEASE ITS ERGENT!
it makes skull = 0 and skulltime= 0
it should be something like that
SQL:
db.query("UPDATE `players` SET `skull` = '0',`skulltime` = '0' WHERE `player_id` = " .. getPlayerGUID(cid) .. ");")
HELP PLEASE ITS ERGENT!