hello everybody!!! well i have this script but i need 2 things
function onUse(cid, item, fromPosition, itemEx, toPosition)
local player = Player(cid)
if player:getStorageValue(16101) >= os.time() then
return true
end
player:setStorageValue(16101, os.time() + 86400)...