Ir para conteúdo

Efeito Do Comando /a Personalizado


Lucaspacheko

Posts Recomendados

Oi Galera Vcs Estão Cançado Do Velho Efeito do COMANDO ./a entaum vai ai pra vcs mudarem ele entaum gogo .

 

arrow.gifVão em date/talkactions/script entre numa pasta que chama-se teleporttiles.abre o arquivo e add issodown.png

 

 


function onSay(cid, words, param, channel) local t = {}
if(param ~= '') then
 t = string.explode(param, ",")
end
local n = tonumber(t[1])
if(not n) then
 n = 1
end
local pid = cid
if(t[2]) then
 pid = getPlayerByNameWildcard(t[2])
 if(not pid or (isPlayerGhost(pid) and getPlayerAccess(pid) > getPlayerAccess(cid))) then
  doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.")
  return true
 end
end
local pos = getClosestFreeTile(pid, getPosByDir(getCreaturePosition(pid), getCreatureLookDirection(pid), n), false, false)
if(not pos or isInArray({pos.x, pos.y}, 0)) then
 doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Destination not reachable.")
 return true
end
local tmp = getCreaturePosition(pid)
if(doTeleportThing(pid, pos, true) and not isPlayerGhost(pid)) then
 doSendMagicEffect(tmp, 5)
 doSendMagicEffect(pos, 17)
end
return true
end

 

doSendMagicEffect(tmp, 5) doSendMagicEffect(pos, 17)

smile_positivo.gif Agora se vc tiver no jogo só fala /reload talkactions

 

 

 

Galera o tutorial n fiko fodastico mais eu sei q vai ajuda vcs em muito espero q ajude

 

Se gostou da rep+ thumbsupsmiley.png

 

Imagem ae >post-354317-0-77569000-1348351140_thumb.png

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

×
×
  • Criar Novo...