Jump to content

HUD


Recommended Posts

no te recomiendo que uses "all"

ya que te quitara el crosshair y eso no te permitira ver la mira al disparar, nisiquiera de la Sniper.

Recomiendo que elijas las funciones a quitar y que lo detalles linea por linea. o bien crea una tabla con todas y la aplicas al showPlayerHud.

Link to comment
Y usa esto tambien:
  
    function ShowCross() 
        showPlayerHudComponent ( source, "crosshair", true ) 
    end 
    addEventHandler ( "onClientRender", getRootElement(), ShowCross ) 
  

hola hay tienes algo mal, onClientRender es Client

y source no tendria que ir,

en todo caso seria asi.

  
    function ShowCross() 
        showPlayerHudComponent ( "crosshair", true ) 
    end 
    addEventHandler ( "onClientRender", getRootElement(), ShowCross ) 
  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...