Raised This Month: $51 Target: $400
 12% 

[CS:GO] Hide spectator minimap


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
abckrieger
Senior Member
Join Date: Oct 2012
Location: Germany
Old 05-18-2014 , 11:48   [CS:GO] Hide spectator minimap
Reply With Quote #1

Hey,

is it possbile to hide the minimap in spec mode?
I just know how to hide the normal radar..
abckrieger is offline
LambdaLambda
AlliedModders Donor
Join Date: Oct 2010
Location: London
Old 05-18-2014 , 21:38   Re: [CS:GO] Hide spectator minimap
Reply With Quote #2

What you can do is:
*hook "jointeam" cmd, and based on that hide radar
*check every X sec player's team, and based on that hide radar

^^ - if you move player with ChangeClientTeam, then "jointeam" cmd is not hooked.

Or if you mean hide radar for everybody that is not alive, then hide it on player's dead.

PHP Code:
SetEntProp(clientProp_Send"m_iHideHUD"HIDE_RADAR); 

Last edited by LambdaLambda; 05-18-2014 at 21:41.
LambdaLambda is offline
abckrieger
Senior Member
Join Date: Oct 2012
Location: Germany
Old 08-01-2014 , 12:16   Re: [CS:GO] Hide spectator minimap
Reply With Quote #3

Quote:
Originally Posted by LambdaLambda View Post
What you can do is:
*hook "jointeam" cmd, and based on that hide radar
*check every X sec player's team, and based on that hide radar

^^ - if you move player with ChangeClientTeam, then "jointeam" cmd is not hooked.

Or if you mean hide radar for everybody that is not alive, then hide it on player's dead.

PHP Code:
SetEntProp(clientProp_Send"m_iHideHUD"HIDE_RADAR); 
m_iHideHUD simply doenst work for the spectator minimap. Thats the problem!
abckrieger is offline
mukunda
Member
Join Date: Sep 2012
Old 08-03-2014 , 16:31   Re: [CS:GO] Hide spectator minimap
Reply With Quote #4

I don't think it's possible. HideHUD does work with free-roaming spectate though.
__________________
mukunda 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 07:26.


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