AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSS/CS:GO] Disable Radar (https://forums.alliedmods.net/showthread.php?t=240500)

Internet Bully 05-16-2014 20:02

[CSS/CS:GO] Disable Radar
 
1 Attachment(s)
Simply hides the radar for everyone that spawns, no frills. Useful for certain mods.

Version: 1.0 - Initial Release
Version: 1.1 - Fixed Overwriting the whole m_iHideHUD, now just sets the correct bit.
Version: 1.2 - Fixed CSS to use a method from from GoD-Tony's "Radar Config" https://forums.alliedmods.net/showthread.php?p=1471473

Current Version: 1.2

nomy 05-17-2014 02:05

Re: [CSS/CS:GO] Disable Radar
 
Does this work for CSS?

GoD-Tony's version flashes the player to disable it.

Mitchell 05-17-2014 02:08

Re: [CSS/CS:GO] Disable Radar
 
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.

Internet Bully 05-17-2014 04:26

Re: [CSS/CS:GO] Disable Radar
 
Quote:

Originally Posted by nomy (Post 2138879)
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 (Post 2138881)
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.

Chesterfield 05-17-2014 09:47

Re: [CSS/CS:GO] Disable Radar
 
Thanks Internet Bully it works perfectly, all people from my server are happy now playing without the radar, may i ask you if it is possible to disable the arrows that appear above the head of your teammates when you aim at them? it would be fantastic to disable that since it makes you spot teammates easier.

Thanks in advance and keep up the good work!

Mitchell 05-17-2014 12:06

Re: [CSS/CS:GO] Disable Radar
 
Quote:

Originally Posted by Chesterfield (Post 2139001)
Thanks Internet Bully it works perfectly, all people from my server are happy now playing without the radar, may i ask you if it is possible to disable the arrows that appear above the head of your teammates when you aim at them? it would be fantastic to disable that since it makes you spot teammates easier.

Thanks in advance and keep up the good work!

you can already disable that by enabling FFA, putting together that you are running a cs:go survival games server.

Chesterfield 05-17-2014 15:42

Re: [CSS/CS:GO] Disable Radar
 
Sorry for my ignorance but what is FFA?

Now i know, but the only FFA i've found doesn't work in CS:GO

bonersenseless 05-17-2014 20:21

Re: [CSS/CS:GO] Disable Radar
 
Quote:

Originally Posted by Chesterfield (Post 2139123)
Now i know, but the only FFA i've found doesn't work in CS:GO

i think they're referring to cvar mp_teammates_are_enemies 1
and the hungergames servers/maps people are playing with it lately. you dont really use a plugin as much as set that cvar.

Chesterfield 05-17-2014 22:02

Re: [CSS/CS:GO] Disable Radar
 
Yes, i've looked at the cvar and it works correctly, it also disables the arrow, thanks alot!

red4911 06-05-2014 12:20

Re: [CSS/CS:GO] Disable Radar
 
Error - csgo
Quote:

L 06/05/2014 - 06:25:28: [SM] [0] Line 33, /home/groups/alliedmodders/forums/files/2/4/8/3/8/6/133573.attach::RemoveRadar()
L 06/05/2014 - 06:25:28: [SM] Native "GetEntProp" reported: Entity 2 (2) is invalid
L 06/05/2014 - 06:25:28: [SM] Displaying call stack trace for plugin "DisableRadar.smx":


All times are GMT -4. The time now is 00:46.

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