Jump to content

Ayuda ocultar el radar?


Recommended Posts

Hola  , estaba intentando ocultar un radar cuadrado que puse , ocultarlo con un comando

aca les muestro el script para ocultar :

function hide(source)
   if showChat(true) then
      showChat(false)
      setPlayerHudComponentVisible("all",false)      
    end
end
addCommandHandler("hud0",hide)

function unhide(source)
   if showChat(false) then
      showChat(true)
      setPlayerHudComponentVisible("all",true) 
    end
end
addCommandHandler("hud1",unhide)
 

Ahora lo que quiero es poder ocultar ese otro radar tambien , pero no se como , ayuda por favorsito :D 

 

Link to comment
  • 3 months later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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