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

[CS:GO] Spectator radar


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
abckrieger
Senior Member
Join Date: Oct 2012
Location: Germany
Old 01-25-2014 , 22:21   [CS:GO] Spectator radar
Reply With Quote #1

hi,

is it possible to hide the radar in spectator mode?
http://s.gullipics.com/image/5/a/3/j...specradar.jpeg



the following method is just working for players who are alive..

Code:
#define HIDE_RADAR 1<<12
...
public Action:HideRadar(Handle:timer, any:client)
{
    if (IsValidEntity(client) && !IsFakeClient(client))
        SetEntProp(client, Prop_Send, "m_iHideHUD", HIDE_RADAR);
}
thx4help

Last edited by abckrieger; 01-25-2014 at 22:21.
abckrieger is offline
Reply


Thread Tools
Display Modes

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:30.


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