View Single Post
Internet Bully
Member
Join Date: Apr 2014
Old 05-17-2014 , 04:26   Re: [CSS/CS:GO] Disable Radar
Reply With Quote #4

Quote:
Originally Posted by nomy View Post
Does this work for CSS?

GoD-Tony's version flashes the player to disable it.
I actually snagged parts of his to implement in this, it works perfectly in both CSS and CSGO. Granted it doesn't have the other features of his.

Quote:
Originally Posted by Mitchell View Post
Please don't override the iHideHud, and just get it and add the bit if it is already not in it. This will be screwy if you have another plugin use this netprop.
PHP Code:
SetEntProp(clientProp_Send"m_iHideHUD"GetEntProp(clientProp_Send"m_iHideHUD") | HIDE_RADAR); 
Didn't really think about screwing up other HUD states at the time, since I don't touch them with other plugins. Thanks for the note. Updated the plugin.
__________________
Buy me a beer
or donate to Sourcemod
Taking some private plugin requests

Last edited by Internet Bully; 05-17-2014 at 06:14.
Internet Bully is offline