Raised This Month: $32 Target: $400
 8% 

[CSGO] Hiding parts of hud


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 07-05-2018 , 07:37   [CSGO] Hiding parts of hud
Reply With Quote #1

If its not too much to ask for, I need a plugin that would disable the HP, Ammo and Weapon Selection, and the Team Win Count and Round Timer that is in the top center. Thanks

Last edited by AuricYoutube; 07-07-2018 at 07:01.
AuricYoutube is offline
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 07-05-2018 , 07:39   Re: [CSGO] Hiding parts of hud
Reply With Quote #2

cl_draw_only_deathnotices 1
mug1wara is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 07-05-2018 , 07:56   Re: [CSGO] Hiding parts of hud
Reply With Quote #3

but that disables chat and center text
AuricYoutube is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 07-05-2018 , 12:23   Re: [CSGO] Hiding parts of hud
Reply With Quote #4

If its possible, only HP and ammo for me, please
supertimor is offline
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 07-05-2018 , 13:55   Re: [CSGO] Hiding parts of hud
Reply With Quote #5

smlib
PHP Code:
// Hud Element hiding flags (possibly outdated) 
#define    HIDEHUD_WEAPONSELECTION        ( 1<<0 )    // Hide ammo count & weapon selection 
#define    HIDEHUD_FLASHLIGHT            ( 1<<1 ) 
#define    HIDEHUD_ALL                    ( 1<<2 ) 
#define HIDEHUD_HEALTH                ( 1<<3 )    // Hide health & armor / suit battery 
#define HIDEHUD_PLAYERDEAD            ( 1<<4 )    // Hide when local player's dead 
#define HIDEHUD_NEEDSUIT            ( 1<<5 )    // Hide when the local player doesn't have the HEV suit 
#define HIDEHUD_MISCSTATUS            ( 1<<6 )    // Hide miscellaneous status elements (trains, pickup history, death notices, etc) 
#define HIDEHUD_CHAT                ( 1<<7 )    // Hide all communication elements (saytext, voice icon, etc) 
#define    HIDEHUD_CROSSHAIR            ( 1<<8 )    // Hide crosshairs 
#define    HIDEHUD_VEHICLE_CROSSHAIR    ( 1<<9 )    // Hide vehicle crosshair 
#define HIDEHUD_INVEHICLE            ( 1<<10 ) 
#define HIDEHUD_BONUS_PROGRESS        ( 1<<11 )    // Hide bonus progress display (for bonus map challenges) 

/** 
* Sets the Hide-Hud flags of a client 

* @param client        Client index. 
* @param flags        Flag to set, use one of the HIDEHUD_ hiding constants 
* @noreturn 
*/ 
stock Client_SetHideHud(clientflags

    
SetEntProp(clientProp_Send"m_iHideHUD"flags); 


Last edited by mug1wara; 07-05-2018 at 13:55.
mug1wara is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 07-05-2018 , 14:08   Re: [CSGO] Hiding parts of hud
Reply With Quote #6

Oooah, nice!
supertimor is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 07-06-2018 , 06:55   Re: [CSGO] Hiding parts of hud
Reply With Quote #7

some of them are outdated but I managed to find the ones I needed so thank you
AuricYoutube is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 07-07-2018 , 07:01   Re: [CSGO] Hiding parts of hud
Reply With Quote #8

due to the new update the scoreboard top center is now a different flag so pls help me
AuricYoutube is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 07-07-2018 , 08:51   Re: [CSGO] Hiding parts of hud
Reply With Quote #9

anyone tried messing around with flags in panorama? they seem different there

Last edited by Proz; 07-07-2018 at 08:51.
Proz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:06.


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