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

[How To] Hide a player from Radar


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-11-2012 , 10:16   [How To] Hide a player from Radar
Reply With Quote #1

Hello,

I did some researche,
but I only find show enemies on radar.

Is it possible to Hide a random player?

______________

And also, if I set DEAD_RESPAWNABLE, on a "dead player", and respawn him,
As other players, he looks very laggy, but he doesnt lagg?

A way to fix that to?
__________________
Retired.
Xalus is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 04-11-2012 , 13:33   Re: [How To] Hide a player from Radar
Reply With Quote #2

http://wiki.amxmodx.org/Half-Life_1_Game_Events#Radar

Code:
public plugin_init() {     register_message(get_user_msgid("Radar"), "MessageRadar"); } public MessageRadar(msgID, dest, id) {     new player = get_msg_arg_int(1);         if(/* player should be hidden from radar */) {         return PLUGIN_HANDLED;     }         return PLUGIN_CONTINUE; }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-11-2012 , 13:57   Re: [How To] Hide a player from Radar
Reply With Quote #3

Hmm,
Thank you!
__________________
Retired.
Xalus is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-11-2012 , 15:22   Re: [How To] Hide a player from Radar
Reply With Quote #4

This will only let the point stay at last origin have been received from other players.
I don't think you can completely hide a player from radar, except if you send a TeamInfo with a different team, but i don't think you want to do this.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-11-2012 , 17:06   Re: [How To] Hide a player from Radar
Reply With Quote #5

I will first test Exolent[jNr]' methode.

Thx anyway
__________________
Retired.
Xalus 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 23:30.


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