Hello,
is anyone else getting the same issue or am i doing something wrong,
I'm trying to hide the Health and Weapon that's on-screen by default so I have added the following code to function OnPlayerJoin(player) but the HUD's still show
This is within a client lua
Thanks
is anyone else getting the same issue or am i doing something wrong,
I'm trying to hide the Health and Weapon that's on-screen by default so I have added the following code to function OnPlayerJoin(player) but the HUD's still show
Code:
ShowHealthHUD(false) ShowWeaponHUD(false)
Thanks
Comment