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

Chest Cap

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
If i have no space in the bag and loot a quest chest this come

You have find [ITEM] ..

BUT i dont have any item if i now make space in bag and try to loot agien this come

Empty...
 
Last edited:
Code:
if getPlayerFreeCap(cid) >= cap then
    -- add thing
else
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have found a "..getItemName(itempls)..", it weighs "..cappls..".")
end
 
Back
Top