Ir para conteúdo
  • 0

TALKACTION QUE DE TP


Luquinh4

Pergunta

5 respostass a esta questão

Posts Recomendados

  • 0

 

local toPos = {x = 1, y = 1, z = 1} --pos pra onde o player vai ser teleportado

function onSay(cid, words, param)
if getCreatureCondition(cid, CONDITION_INFIGHT) then
  return doPlayerSendTextMessage(cid, 27, "You can't do that while is in battle!")
elseif not getTileInfo(getPlayerPosition(cid)).protection then
  return doPlayerSendTextMessage(cid, 27, "You need be in Protection Zone to use this command!")
end

doTeleportThing(cid, toPos, false)
doSendMagicEffect(getPlayerPosition(cid), 21)
return true
end

 

 

tag:

<talkaction words="xxxx" event="script" value="yyyy.lua"/>

Link para o comentário
Compartilhar em outros sites

  • 0

 

local toPos = {x = 1, y = 1, z = 1} --pos pra onde o player vai ser teleportado

function onSay(cid, words, param)
if getCreatureCondition(cid, CONDITION_INFIGHT) then
  return doPlayerSendTextMessage(cid, 27, "You can't do that while is in battle!")
elseif not getTileInfo(getPlayerPosition(cid)).protection then
  return doPlayerSendTextMessage(cid, 27, "You need be in Protection Zone to use this command!")
end

doTeleportThing(cid, toPos, false)
doSendMagicEffect(getPlayerPosition(cid), 21)
return true
end

 

 

tag:

<talkaction words="xxxx" event="script" value="yyyy.lua"/>

Jaja edito se funfo ok ? rep + por ajudar ja

Link para o comentário
Compartilhar em outros sites

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