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

How to no player in scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 03-24-2020 , 16:07   How to no player in scoreboard
Reply With Quote #1

Hello everyone.
So, in ZP I want that no players to appear in T team of Scoreboard before infection.
I know it's possible with Orpheu, I guess.
But can anyone tell me how and show me how to do it ?
Abhinash is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-24-2020 , 23:28   Re: How to no player in scoreboard
Reply With Quote #2

PHP Code:
#include <amxmodx>

public plugin_init() 
{
    
register_messageget_user_msgid"TeamInfo" ) , "TeamInfo" );
}

public 
TeamInfo()
{
    
//if ( before infection )
    //{
    
set_msg_arg_string"CT" );
    
//}

__________________
Bugsy is offline
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 03-26-2020 , 01:20   Re: How to no player in scoreboard
Reply With Quote #3

Quote:
Originally Posted by Bugsy View Post
PHP Code:
#include <amxmodx>

public plugin_init() 
{
    
register_messageget_user_msgid"TeamInfo" ) , "TeamInfo" );
}

public 
TeamInfo()
{
    
//if ( before infection )
    //{
    
set_msg_arg_string"CT" );
    
//}

I am sorry, since I don't have access to PC to text because of Corona.
But, my question is if 32 players are connected then can this code show all 32 players as CT before infection ?

Last edited by Abhinash; 03-26-2020 at 01:21.
Abhinash is offline
Old 03-26-2020, 10:01
Napoleon_be
This message has been deleted by Napoleon_be.
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-26-2020 , 21:26   Re: How to no player in scoreboard
Reply With Quote #4

Quote:
Originally Posted by Abhinash View Post
I am sorry, since I don't have access to PC to text because of Corona.
But, my question is if 32 players are connected then can this code show all 32 players as CT before infection ?
Yes, it will support any number of players.
__________________
Bugsy is offline
Reply


Thread Tools
Display Modes

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 02:23.


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