Cara estou tendo problemas com o "npc" - coloque em data/movements/script
Quote
-- Vip System by Zero
function onStepIn(cid, item, position, fromPosition)
local config = {
msgDenied = "Vc nao e vip , compre no npc vip.",
msgWelcome = "Seja Bem Vindo a Area vip."
}
if getPlayerPremiumDays(cid) <= 0 then
doTeleportThing(cid, fromPosition, true)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgDenied)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)
return true
end
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgWelcome)
return true
end
Oq devo fazer aq
eu crio um arquivo.lua e
jogo tudo dentro ? ajuda awe Thenks