AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CS:GO] How to hide HUD without crosshair? (https://forums.alliedmods.net/showthread.php?t=318378)

Fastmancz 08-28-2019 06:52

[CS:GO] How to hide HUD without crosshair?
 
Hello,

I have a simple question, at least I think. I have to hide the complete HUD without crosshair. This topic I found https://forums.alliedmods.net/showthread.php?t=262722 where I used #define HIDEHUD_ALL, it works but I do not know how to show the crosshair. :?

PHP Code:

SetEntProp(clientProp_Send"m_iHideHUD"GetEntProp(clientProp_Send"m_iHideHUD")|HIDEHUD_ALL^HIDEHUD_CROSSHAIR); 

Thanks for answers.


All times are GMT -4. The time now is 01:56.

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