Jump to content

Como Sacar el HUD


Recommended Posts

Añade esto en el client:

function quitar ( ) 
    showPlayerHudComponent ( "armour", false ) 
    showPlayerHudComponent ( "health", false ) 
    showPlayerHudComponent ( "money", false ) 
    showPlayerHudComponent ( "clock", false ) 
    showPlayerHudComponent ( "weapon", false ) 
    showPlayerHudComponent ( "ammo", false) 
    showPlayerHudComponent ( "money", false ) 
    showPlayerHudComponent ( "wanted", false ) 
    showPlayerHudComponent ( "radar", true ) 
    showPlayerHudComponent ( "crosshair", true ) 
end 
addEventHandler ( "onClientPlayerSpawn", localPlayer, quitar ) 

Link to comment
  
function quitar() 
    showPlayerHudComponent ( "all", false ) 
    showPlayerHudComponent ( "radar", true ) 
    showPlayerHudComponent ( "crosshair", true ) 
end 
addEventHandler ( "onClientPlayerSpawn", localPlayer, quitar ) 
  

Link to comment
  • Recently Browsing   0 members

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