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

db.executeQuery

Joined
Jun 22, 2010
Messages
268
Solutions
1
Reaction score
5
Location
Usa, Utah
Just a quick function is this possible in TFS v0.2.13pl1?

Im trying to use this it doesn't seem to work maybe i wrote something incorrectly?

db.executeQuery("UPDATE `players` SET `maglevel` = `maglevel` + ".. dano .." WHERE `player_id` = ".. getPlayerGUID(cid))
 
LUA:
db.executeQuery("UPDATE `players` SET `maglevel` = `maglevel` + ".. dano .." WHERE `player_id` = ".. getPlayerGUID(cid) ..";")
 
Back
Top