View Single Post
G0dFulL.
Member
Join Date: Jun 2020
Location: Romania
Old 07-02-2020 , 06:15   Re: [CSGO][REQ] Problem with the Noscope Rounds
Reply With Quote #9

Quote:
Originally Posted by SSheriFF View Post
This plugin doesnt support hud messages, if you want you can change this
PHP Code:
CPrintToChat(client"{green} NOSCOPE ROUND"); 
to this
PHP Code:
            for (int i 1<= MaxClientsi++)
            {
                if (
IsClientInGame(i)&&!IsFakeClient(i))
                {
                    
SetHudTextParams(0.00.01.00025525500.00.00.0);//change the params as you like
                    
ShowHudText(i1"NOSCOPE ROUND STARTED");        
                }
            } 
thanks, i will try rn
__________________
My Discord: G0dFulL#4405 | My Community
G0dFulL. is offline