Na falta de coisa melhor fiz essa gambiarra que poderá ajudar muita gente
Crie em actions/script/other um arquivo vip.lua
function onUse(cid, item)
if getPlayerStorageValue(cid, 55489) - os.time() < 0 then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"Agora voce e um player VIP.")
setPlayerStorageValue(cid, 55489, os.time() + (30*24*60*60))
doRemoveItem(item.uid, 1)
else
doPlayerSendTextMessage(cid, ME