No subwat tem absolute vip,so que esta dando alguns pobremas alguem pode ajudar.
ae o script da onde esta acontecendo erro
-- Vip System by Gean Riot
function onStepIn(cid, item, position, fromPosition)
local config = {
msgDenied = "Sorry Only absolute Vip Account.",
msgWelcome = "Welcome to absolute city."
}
if getPlayerPremiumDays(cid) <= 0 then
doTeleportThing(cid, fromPosition, true)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, config.msgDenied)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)
return true
end
doPlayerSendTextMessage(cid, 22, config.msgWelcome)
return true
end
tag
<movevent type="StepIn" actionid="13870" event="script" value="absolutevip.lua"/>