View Single Post
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