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

Possible to remove radar in cs?


Post New Thread Reply   
 
Thread Tools Display Modes
Wilson [29th ID]
Veteran Member
Join Date: Nov 2005
Location: London
Old 09-25-2006 , 11:53   Re: Possible to remove radar in cs?
Reply With Quote #11

Interesting...when I do "hideweapon" in day of defeat, it also eliminates any sort of recoil in the weapon. Does it do that in CS too?
__________________

Day of Defeat AMXX Community

FakeMeta Research . Voice Proximity . Advanced Deploy . Technician
Wilson [29th ID] is offline
Send a message via ICQ to Wilson [29th ID] Send a message via AIM to Wilson [29th ID] Send a message via MSN to Wilson [29th ID] Send a message via Yahoo to Wilson [29th ID]
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 09-25-2006 , 12:02   Re: Possible to remove radar in cs?
Reply With Quote #12

Quote:
Originally Posted by VEN View Post
He mean not dots on radar but radar itself.

Code:
message_begin(MSG_ONE, get_user_msgid("HideWeapon"), _, id) write_byte((1<<3)) message_end()
Would I put this in a prethink or in what Wilson said like this...
Code:
public plugin_init() {     register_message(get_user_msgid("Radar"), "radar_block") } public radar_block() {     message_begin(MSG_ONE, get_user_msgid("HideWeapon"), _, id)     write_byte((1<<3))     message_end() }
hlstriker is offline
Zenith77
Veteran Member
Join Date: Aug 2005
Old 09-25-2006 , 15:50   Re: Possible to remove radar in cs?
Reply With Quote #13

Do it the Wilson way.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 09-25-2006 , 16:55   Re: Possible to remove radar in cs?
Reply With Quote #14

Quote:
Originally Posted by Zenith77 View Post
Do it the Wilson way.
The Radar message doesn't make the radar appear or dissappear, it just adds players (and other objects) to it. Blocking this message will cause the radar to be blank, but it will still be there.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 09-26-2006 , 03:32   Re: Possible to remove radar in cs?
Reply With Quote #15

Quote:
Interesting...when I do "hideweapon" in day of defeat, it also eliminates any sort of recoil in the weapon. Does it do that in CS too?
No.

Btw, (1<<3) bit is to hide not only radar but health and armor too, there is no bit to hide only radar.

Quote:
(1<<0) - crosshair, ammo
(1<<1) - flashlight +
(1<<2) - ALL
(1<<3) - radar, health, armor +
(1<<4) - timer +
(1<<5) - money +
(1<<6) - crosshair
(1<<7) - +
+ mean that it adds an additional crosshair
VEN is offline
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 09-26-2006 , 19:12   Re: Possible to remove radar in cs?
Reply With Quote #16

Quote:
Originally Posted by VEN View Post
No.

Btw, (1<<3) bit is to hide not only radar but health and armor too, there is no bit to hide only radar.

+ mean that it adds an additional crosshair
I've been looking for this!

so if the bit is (1<<6) it would hide the crosshair only right?
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.
Cheap_Suit is offline
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 09-26-2006 , 21:40   Re: Possible to remove radar in cs?
Reply With Quote #17

I found it doesn't hide the crosshair, it just adds the half-life crosshair onto the current one :O! Unless I am just extremely bad and don't even know what i'm talking about hehe.

Edit:
I am useing "(1<<3) - radar, health, armor, +" btw, which includes crosshair.
hlstriker is offline
Wilson [29th ID]
Veteran Member
Join Date: Nov 2005
Location: London
Old 09-27-2006 , 14:33   Re: Possible to remove radar in cs?
Reply With Quote #18

No, hlstriker, when VEN said the + means it adds another crosshair, he meant it.

If you don't want one with a crosshair, use one that doesn't have a + in the description.
__________________

Day of Defeat AMXX Community

FakeMeta Research . Voice Proximity . Advanced Deploy . Technician
Wilson [29th ID] is offline
Send a message via ICQ to Wilson [29th ID] Send a message via AIM to Wilson [29th ID] Send a message via MSN to Wilson [29th ID] Send a message via Yahoo to Wilson [29th ID]
VEN
Veteran Member
Join Date: Jan 2005
Old 09-28-2006 , 12:37   Re: Possible to remove radar in cs?
Reply With Quote #19

Quote:
so if the bit is (1<<6) it would hide the crosshair only right?
Yes.

And btw, additional crosshair isn't really a problem since you can show/hide it with the Crosshair message: http://wiki.amxmodx.org/index.php/Ha...ents#Crosshair
VEN 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 15:09.


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