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

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
/groups/sourcemod/upload_tmp/text3NDjJV.sp(4) : error 017: undefined symbol "ComCallback"
_DEMON is offline