• 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!

executeQuery (How to make it work?)

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
How to make it work?

LUA:
storageid = 1515
db.executeQuery("UPDATE `player_storage` SET `value` = -1 WHERE `key` = storageid")
 
Back
Top