Ir para conteúdo

Como Colocar O N° De Frags No Look Do Player


LagoaAzul

Posts Recomendados

Lembrando que só funciona em OTs que tenham a função "onLook", se retornar uma mensagem no console

como "stace traceback:" é porque o seu distro não possui a função.

lookfrags.lua

-- script by Notorious
function onLook(cid, thing, position, lookDistance)
            
    if isPlayer(thing) == TRUE then
           
frags = getPlayerFrags(thing)
   thingname = getCreatureName(thing)

-- Mensagem que o player receberá ("..frags.." é o numero de frags).
msg = "Frags for "..thingname..": "..frags.."."
--
    
    doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg)

end
return TRUE
        end

 

creaturescripts.xml

<event type="look" name="LookFrags" event="script" value="lookfrags.lua"/>

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

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