Ir para conteúdo

Tile


Ghust

Posts Recomendados

funcionara até lvl 49, até lvl 50 fica assim:

function onStepIn(cid, item, position, fromPosition)
level = 50
if getPlayerLevel(cid) <= level then
doTeleportThing(cid, fromPosition, true)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)
doPlayerSendCancel(cid,"You Need level " .. level .. " or more this pass.")
end
return TRUE
end

Link para o comentário
Compartilhar em outros sites

toca esse que vai funcionar então Bhost:

function onStepIn(cid, item, position, fromPosition)
level = 50
if getPlayerLevel(cid) >= level then
doTeleportThing(cid, fromPosition, true)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)
doPlayerSendCancel(cid,"You Need level " .. level .. " or more this pass.")
end
return TRUE
end

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...