number = 5
doPlayerAddPremiumDays(cid, -number)
eh?
function onUse(item, frompos, topos)
if item.itemid == 1945 then
doPlayerAddPremiumDays(cid, -x)
doTransformItem(cid,item.uid, item.itemid + 1)
else
doTransformItem(cid,item.uid, item.itemid - 1)
end
end
No action when i click in the lever, i just get an error in console.What didn't work with it? ^.-