• 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.Query SELECT

theduck

Member
Joined
Dec 6, 2018
Messages
246
Reaction score
20
local backpack = db.storeQuery(string.format('SELECT backpack FROM loot_list WHERE id = .. player:getAccountId() .. "';")



I'm trying to pull the id from the backpack that is in the database but I'm not getting the
 
Last edited:
Back
Top