Ir para conteúdo

Featured Replies

Postado
  • Solução

sinceramente eu prefiro da msg em laranja se não for muito incomodo


Sem problemas, estou aqui para contribuir.
Testei o script, sem bugs:
function onLook(cid, thing, position, lookDistance)
    if thing.uid ~= cid and isPlayer(thing.uid) then
        string = 'You see '..getCreatureName(thing.uid)..'. '..(getPlayerSex(thing.uid) == 0 and 'She' or 'He')..' is a '..getPlayerVocationName(thing.uid)..'.\nInformação do jogador ('..getCreatureName(thing.uid)..')\nHealth: ['..getCreatureHealth(thing.uid)..'/'..getCreatureMaxHealth(thing.uid)..']\nMana: ['..getCreatureMana(thing.uid)..'/'..getCreatureMaxMana(thing.uid)..']'
        doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, string)
    elseif thing.uid == cid then
        string = 'You see yourself. You are '..getPlayerVocationName(cid)..'.\nInformação sua ('..getCreatureName(cid)..')\nHealth: ['..getCreatureHealth(cid)..'/'..getCreatureMaxHealth(cid)..']\nMana: ['..getCreatureMana(cid)..'/'..getCreatureMaxMana(cid)..']'
        doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, string)
    end
    return true
end

The corrupt fear us.

The honest support us.

The heroic join us.

  • Respostas 11
  • Visualizações 1.7k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Sem problemas, estou aqui para contribuir. Testei o script, sem bugs: function onLook(cid, thing, position, lookDistance)     if thing.uid ~= cid and isPlayer(thing.uid) then         string = 'You s

  • function onLook(cid, thing, position, lookDistance)     if thing.uid ~= cid and isPlayer(thing.uid) then         string = 'You see '..getCreatureName(thing.uid)..'. '..(getPlayerSex(thing.uid) == 0 an

  • dá pra alterar isso diretamente pelo groups.xml, usa uma calculadora de flags pra ver qual é a flag de poder ver vida e mana dos outros e coloca pro group de id 0 ter ela. Só não me lembro agr se isso

Posted Images

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo