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

[Function] doPlayerAddDepotItem

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,858
Reaction score
96
Location
Brazil
Add to your 050-function.lua

Lua:
function doPlayerAddDepotItem(cid, itemid, amount)
    return db.executeQuery("INSERT INTO `player_depotiems` VALUES (".. getPlayerGUID(player) ..", 1, 0, 0, itemid[2], 1)")
end
 
Last edited:
Back
Top