Ir para conteúdo
  • 0

-=[TFS - 0.3.6 - 8.60]=- Não aparece owned! quando mata o player


Pergunta

function onKill(cid, target)
    if isPlayer(cid) and isPlayer(target) then
        local targetPosition = getCreaturePosition(target)
        if targetPosition then
            doSendAnimatedText(targetPosition, "[OWNED!]", 35)
        end
    end
    return true
end

-=[TFS - 0.3.6 - 8.60]=- Não aparece owned! quando mata o player

Link para o comentário
https://xtibia.com/forum/topic/259737-tfs-036-860-n%C3%A3o-aparece-owned-quando-mata-o-player/
Compartilhar em outros sites

1 resposta a esta questão

Posts Recomendados

  • 0
function onKill(cid, target)
    if isPlayer(cid) and isPlayer(target) then
        local targetPosition = getCreaturePosition(target)
        if targetPosition then
            doSendAnimatedText(targetPosition, "[OWNED!]", TEXTCOLOR_RED)  -- Usando uma cor padrão de texto
        end
    end
    return true
end

 

  • Quem Está Navegando   0 membros estão online

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