- Katılım
- 4 yıl 6 ay
- Mesajlar
- 534
Linkleri,görmek için
Giriş yap veya üye ol.
Merhabalar böyle bi hata alıyorum aşağıda o kod satırına dair yeri paylaştım ne yapmam gerekiyor ?
Kod:
function removeItemFromSlot(inventory, slot, count)
if inventory[tostring(slot)].count - count > 0 then
inventory[tostring(slot)].count = inventory[tostring(slot)].count - count
return
else
inventory[tostring(slot)] = nil
return
end
end