Tbol
Well-Known Member
- Joined
- Apr 7, 2019
- Messages
- 625
- Reaction score
- 71
TFS 1.2
So managed to create random amount with addItem but when i tried to use doCreateItem it gives A nil value error
So managed to create random amount with addItem but when i tried to use doCreateItem it gives A nil value error
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
doCreateItem(15848, math.random(3))
doTransformItem(item.uid, 2786)
doDecayItem(item.uid)
return true
end