np ;P this is an example of that what I wrote above
function onUse(cid, item, frompos, item2, topos)
container = doPlayerAddItem(cid, 5926, 1)
if item.itemid == 1945 and doPlayerRemoveMoney(cid,2000) == TRUE then
doAddContainerItem(container, 8473, 7)
doAddContainerItem(container, 8473, 7)...