Ir para conteúdo
  • 0

Tile De Level


churupetinha

Pergunta

3 respostass a esta questão

Posts Recomendados

  • 0
function onStepIn(cid, item, position, fromPosition)

level = 3000

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

Editado por Vodkart
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...