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

Hide name from ScoreBoard


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cuttlas
Senior Member
Join Date: Jan 2015
Old 11-29-2023 , 01:21   Hide name from ScoreBoard
Reply With Quote #1

is there any way to hide a specific player (who is alive and is playing) from the Scoreboard?
__________________
To Infinity n Beyond
Cuttlas is offline
Cuttlas
Senior Member
Join Date: Jan 2015
Old 11-30-2023 , 07:17   Re: Hide name from ScoreBoard
Reply With Quote #2

I have found this here: https://forums.alliedmods.net/showpo...8&postcount=17

but it will only hide name before joining T or CT, as soon as the player joins, his name will appear ("unnamed")

PHP Code:
public client_putinserver(id)
{  
      
entity_set_string idEV_SZ_netname"^x01" ////set some invalid string

__________________
To Infinity n Beyond

Last edited by Cuttlas; 11-30-2023 at 11:42.
Cuttlas is offline
Cuttlas
Senior Member
Join Date: Jan 2015
Old 11-30-2023 , 12:38   Re: Hide name from ScoreBoard
Reply With Quote #3

if I can hide (remove) the whole spectator section from scoreboard, I can do the trick
__________________
To Infinity n Beyond
Cuttlas is offline
Hakim Azizov
Member
Join Date: Mar 2023
Old 11-30-2023 , 13:07   Re: Hide name from ScoreBoard
Reply With Quote #4

Code:
register_clcmd("chooseteam", "clcmd_changeteam")

public clcmd_changeteam(id){
        if (cs_get_user_team(id) == CS_TEAM_SPECTATOR){
               new name[32],
               get_user_name(id, name, 31)
               client_cmd(id, "name ^"^"",)
        }
}
i think, this can help
Hakim Azizov is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 11-30-2023 , 13:14   Re: Hide name from ScoreBoard
Reply With Quote #5

Cuttlas go read the rules for god sake.
You create threads for everything. Use search button before start a thread.
Don’t double post unless the last thread’s activity has been at least 14 days ago, use edit button instead.
__________________
Jhob94 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:29.


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