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

execute query via lua 0.2.7?

zerghel

Tsuni
Joined
Jul 1, 2008
Messages
299
Reaction score
9
is possible to execute a DB query via lua script using tfs 0.2.7?
how?

i'm trying to set this one by using an item

Code:
databaseQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + 1 WHERE `id` = ".. [COLOR="Red"]getPlayerAccountId[/COLOR](cid) ..";")
but tfs 0.2.7 has no getPlayerAccountId function
 
Back
Top