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

Dota 2 Dedicated Servers


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
CyberStars
Senior Member
Join Date: May 2013
Old 06-12-2014 , 02:28   Re: Dota 2 Dedicated Servers
Reply With Quote #11

Quote:
Originally Posted by _DEMON View Post
It's true! I want to make a delay or cancel the command jointeam spec and make came on SourceTV
To prevent players from using command "jointeam", you need Sourcemod plug-in with following:
Code:
public OnPluginStart()
{
     AddCommandListener(ComCallback, "jointeam");
}

public Action:ComCallback(client, const String:command[], argc)
{
	return Plugin_Handled;
}

For SourceTV take a look at SourceTV for Dota 2

Last edited by CyberStars; 06-12-2014 at 04:36. Reason: Code correcting
CyberStars 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 08:14.


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