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

Solved Question : How to Restrict the Output to a Specific Team


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 02-10-2018 , 04:37   Question : How to Restrict the Output to a Specific Team
Reply With Quote #1

For example here is a Test Plugin :
HTML Code:
#include <amxmodx>

public plugin_init()
{
	register_plugin("PLUGIN", "VERSION", "AUTHOR")
	register_clcmd("say /test", "cmdtest")	
}

public cmdtest(id){
	client_print_color(0, print_team_default, "^4Message only for a specific TEAM")
}
I want to ask , Can we restrict output of Client_print to a Specific Team ??
Coz using ( 0 ) will display to all clients !! ( We want message to be visible for a Specific Team )

Just a Question ,
If its Possible ; Then How ??

Last edited by instinctpt1; 02-10-2018 at 06:33. Reason: got it !!
instinctpt1 is offline
 



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 01:12.


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