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

Lua How to use db.getResult?

mayel

New Member
Joined
Sep 11, 2009
Messages
174
Reaction score
2
Location
Stockholm, Sweden
Hello guys,

How do i use the db.getResult lua code to get i.e a characters Vipdays into a variable called paccd. I'll try, correct me...
local accid = getPlayerAccountId(cid)
local paccd = db.getResult(SELECT 'Vipdays' FROM 'accounts' WHERE 'id' == '..accid..';)

It generates an error of course, what's wrong?
 
Back
Top Bottom