Primeiro va até Nome da pasta/Data/actions/scripts e crie um arquivo.lua chamado "sistemavip.lua" function onUse(cid, item, fromPosition, itemEx, toPosition)   local config={ removeOnUse = "yes" -- remover quando usar ("yes" or "no") }   local days = 30 -- coloque os dias que serão a VIP! local daysvalue = days * 24 * 60 * 60 local storageplayer = getPlayerStorageValue(cid, 13500) local timenow = os.time()   if getPlayerStorageValue(cid, 13500) - os.time() <= 0 then time