View Single Post
_DEMON
Member
Join Date: Apr 2014
Old 06-12-2014 , 03:52   Re: Dota 2 Dedicated Servers
Reply With Quote #112

Quote:
Originally Posted by CyberStars View Post
To prevent players from using command "jointeam", you need Sourcemod plug-in with following:
Code:
public OnPluginStart()
{
     AddCommandListener(ComCallback, "jointeam");
}

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

For SourceTV take a look at SourceTV for Dota 2
Ie write AddCommandListener (ComCallback, "jointeam spec"); ?

Skype is? throw in PM

Last edited by _DEMON; 06-12-2014 at 03:56.
_DEMON is offline