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

[CS:GO] Send message to only team


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
einsfuhrer
Member
Join Date: Jun 2019
Old 10-29-2019 , 12:06   [CS:GO] Send message to only team
Reply With Quote #1

Hello! I would like to send a message from the server to only the team the client is in, how do I do that?
einsfuhrer is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 10-29-2019 , 16:11   Re: [CS:GO] Send message to only team
Reply With Quote #2

https://sm.alliedmods.net/new-api/clients/GetClientTeam
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
einsfuhrer
Member
Join Date: Jun 2019
Old 10-29-2019 , 17:03   Re: [CS:GO] Send message to only team
Reply With Quote #3

Solved it

PHP Code:
for (int i 1<= MaxClientsi++)
            {
                if (
iTeam == GetClientTeam(i))
                {
                    
PrintToChat(i" \x09%s⠀\x08→⠀\x03Radio\x08!"szName);
                }
            } 
einsfuhrer 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 09:03.


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