Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,209
- Solutions
- 2
- Reaction score
- 154
how to check if inside containers have items??
tried:
no work
tfs 1.2
tried:
LUA:
local i = 0
local v = getContainerItem(uid, i)
if item and item:isContainer() then
if v ~= 0 then
print(v)
self:getPosition():sendMagicEffect(CONST_ME_POFF)
return
end
end
no work
tfs 1.2