elseif(not showedMove and cSlot>-1 and cItem[2]>-1 and cursorInBox)then
if(invElement==getLocalPlayer())then
useItem(cItem[1], cSlot, cItem[2], cItem[3], cItem[4])
else
triggerServerEvent(\"transferItem\", invElement, invElement, getLocalPlayer(), cMovedSlot, getLocalPlayer())
end
-- Van további része de azt nem rakom ide mert csak itt a hiba.
Azon belül:
useItem(cItem[1], cSlot, cItem[2], cItem[3], cItem[4])
Debugscript:Attempt to call global \'useItem\' (a nill value)