Jump to content

Ajuda Hud / Radar duplicado


Recommended Posts

Estou criando um server de rpg e hoje coloquei um hud e um radar mas quando eu saio e entro no server o radar e hud do gta original voltam por cima dos outros.

Ja tentei de tudo e nao consegui arrumar isso.

Me ajudem pfv :D

Edited by SaNK1ng
Link to comment
local c = { "ammo", "armour", "breath", "clock", "health", "money", "radar", "weapon", "wanted" }
addEventHandler( "onPlayerJoin", root,
	function()
		for i=1, #c do
			setPlayerHudComponentVisible(source, c[i], false)
		end
	end
)

Se algum desses componentes do HUD não precisar ser oculto é só editar o código e remover.

Link to comment

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...