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

TFS 1.3 Check item inside BP

lazarus321

Member
Joined
May 8, 2017
Messages
209
Reaction score
20
How i do for check item inside BP?

Im try something else I can not do this anymore.

local bp = player:getSlotItem(CONST_SLOT_BACKPACK)

local itembp = ItemType(bp):getItemById(2020)

this item 2020 is inside bp.

anyone can help?
 
Last edited:
Share the solution

Ok, please look at comment from Stigma,

 
Back
Top