Ir para conteúdo
  • 0

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


Muvuka

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
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

 

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...