• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SQL command... HELP

JoSePh15_

Well-Known Member
Joined
Jan 28, 2010
Messages
1,766
Reaction score
59
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
SQL:
db.query("UPDATE `players` SET  `skull` =  '0',`skulltime` =  '0' WHERE `player_id` = " .. getPlayerGUID(cid) .. ");")

HELP PLEASE ITS ERGENT!
 
Back
Top