Raised This Month: $ Target: $400
 0% 

i found the command for hiding radar


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Undisclosed
Junior Member
Join Date: Apr 2006
Old 05-04-2006 , 02:42   i found the command for hiding radar
Reply With Quote #1

This might help you. The command is "hideradar", but theres no hideradar 1 or 0. I have no idea how to turn it back on without restarting CSS.
Undisclosed is offline
BAILOPAN
Join Date: Jan 2004
Old 05-04-2006 , 03:04  
Reply With Quote #2

this is client side only, I think.
__________________
egg
BAILOPAN is offline
TSCDan
Senior Member
Join Date: Jan 2005
Location: NY, USA
Old 05-04-2006 , 11:10  
Reply With Quote #3

We could do a mani cexec on join of hideradar... better than nothing for now. Anything that you have to disable it serverside bailo?
TSCDan is offline
Send a message via AIM to TSCDan Send a message via MSN to TSCDan Send a message via Yahoo to TSCDan
BAILOPAN
Join Date: Jan 2004
Old 05-04-2006 , 11:28  
Reply With Quote #4

If I knew that, it'd already be done, don't you think? ;]
__________________
egg
BAILOPAN is offline
kroff
Junior Member
Join Date: May 2005
Old 05-04-2006 , 12:04  
Reply With Quote #5

well...i'm just thinking out loud ...but would it work to force cl_radaralpha 1000 ..or smth (dont know the exact cvar) with cvar-x ...server side?

http://forums.alliedmods.net/showthread.php?p=340690


for example:

cl_radaralpha
{
Mode "$force"
Value "10000"
}


or

hideradar
{
Mode "$force"
Value ""
}



?
kroff is offline
ichthys
Veteran Member
Join Date: Dec 2004
Location: []*[]
Old 05-04-2006 , 15:37  
Reply With Quote #6

you could do this.

force this command when they connect

Code:
alias showradar "command blocked, restart css to enable"
__________________
ichthys is offline
Undisclosed
Junior Member
Join Date: Apr 2006
Old 05-04-2006 , 19:47  
Reply With Quote #7

I found the commands. "hideradar" and "drawradar"

Force clients to "hideradar" when they connect, and block the "drawradar" command. When they disconnect, change it back to "drawradar".
Undisclosed is offline
bzz0
Senior Member
Join Date: Oct 2005
Location: Latvia, Riga
Old 05-05-2006 , 02:07  
Reply With Quote #8

For those who are using matties eventscripts

on player_activate:
es_cexec event_var(userid) hideradar

on player_death:
es_cexec event_var(userid) hideradar

on player_death
es_cexec event_var(userid) drawradar

And when the player joins our normal servers:

on player_activate:
es_cexec event_var(userid) drawradar
bzz0 is offline
BAILOPAN
Join Date: Jan 2004
Old 05-05-2006 , 13:33  
Reply With Quote #9

Unfortunately when a client disconnects you can't exactly do anything more to them. I'm not going to use a solution that works client-side.
__________________
egg
BAILOPAN is offline
codename-G-
SourceMod Donor
Join Date: Feb 2005
Location: Japan
Old 05-10-2006 , 00:29  
Reply With Quote #10

es_delayed 10 ma_cexec #all hideradar
codename-G- 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 01:44.


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