Ir para conteúdo
  • 0

pedroh7

Pergunta

No subwat tem absolute vip,so que esta dando alguns pobremas alguem pode ajudar.

 

post-302905-0-53978300-1342049288_thumb.png

 

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"/>
Link para o comentário
Compartilhar em outros sites

1 resposta a esta questão

Posts Recomendados

  • 0

acheii um pequeno

erro tenta esse

-- Vip System by Gean Riot
function onStepIn(cid, item, position, fromPosition)
local 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

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...