BTpat
03-28-2016, 04:18 PM
Hello, I wanted to ask if someone had the time to explain something to me.
I need to implement
---------------------------
function Container:UseItemWithGround('light shovel', 1267, 402, 7)
self = type(self) == 'table' and self or Container.New(self)
return containerUseItemWithGround(self._index,'alah uagber', 1267, 402, 7)
end
---------------------------
buuuuut it doesnt recognize the light shovel, so here I thought in the library it says (spot), so it needs a special value to funcion, so i went to the container section and there i tried to create a container, but i cant even get
--------------
function Container.New('16100')
-------------------
to be correct, allthou the itemid of the backpack is 16100 and that was the library says, that it needs the itemid.
No idea how to progress here:eek:
I need to implement
---------------------------
function Container:UseItemWithGround('light shovel', 1267, 402, 7)
self = type(self) == 'table' and self or Container.New(self)
return containerUseItemWithGround(self._index,'alah uagber', 1267, 402, 7)
end
---------------------------
buuuuut it doesnt recognize the light shovel, so here I thought in the library it says (spot), so it needs a special value to funcion, so i went to the container section and there i tried to create a container, but i cant even get
--------------
function Container.New('16100')
-------------------
to be correct, allthou the itemid of the backpack is 16100 and that was the library says, that it needs the itemid.
No idea how to progress here:eek: