AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved Disabling default hud(health, money etc) (https://forums.alliedmods.net/showthread.php?t=316319)

farawayf 05-17-2019 10:53

Disabling default hud(health, money etc)
 
Is it possible disabling default game hud ? if is it possible can u guys give example of code ?

CrazyHackGUT 05-17-2019 11:10

Re: Disabling default hud(health, money etc)
 
The answer depends on the game, where you need disable standard HUD.

farawayf 05-17-2019 11:39

Re: Disabling default hud(health, money etc)
 
Quote:

Originally Posted by CrazyHackGUT (Post 2652006)
The answer depends on the game, where you need disable standard HUD.

CS:S

CliptonHeist 05-18-2019 00:14

Re: Disabling default hud(health, money etc)
 
PHP Code:

SetEntProp(ClientProp_Send"m_iHideHUD"1); 


farawayf 05-18-2019 08:00

Re: Disabling default hud(health, money etc)
 
Quote:

Originally Posted by CliptonHeist (Post 2652091)
PHP Code:

SetEntProp(ClientProp_Send"m_iHideHUD"1); 


Thanks


All times are GMT -4. The time now is 05:58.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.