This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

“[SM] You Do Not Have Access To This Command” For The Plugin “[TF2] Killstreak”


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gracefulmender
New Member
Join Date: Aug 2020
Old 08-30-2020 , 01:58   “[SM] You Do Not Have Access To This Command” For The Plugin “[TF2] Killstreak”
Reply With Quote #1

When anybody else other than me who is the administrator tries to do !ks in chat, they get “[SM] You Do Not Have Access To This Command”. How do I fix this so that all players are able to use this command in chat using the plugin https://forums.alliedmods.net/showthread.php?p=2092213 I’ve already tried sm_ks "" in the server configuration file, but that didn’t fix it. How do I edit the flag to allow for everybody to use the command !ks in chat?

Last edited by Gracefulmender; 08-30-2020 at 02:08.
Gracefulmender is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-30-2020 , 13:04   Re: “[SM] You Do Not Have Access To This Command” For The Plugin “[TF2] Killstreak”
Reply With Quote #2

Quote:
Originally Posted by Dr_Knuckles View Post
Description:

...
Overrides:

"sm_ks" set this to allow access to players, default is o, set blank to allow anyone to use.

...
Go ...\addons\sourcemod\configs\admin_overrides. cfg

admin_overrides.cfg
Code:
Overrides
{
	/**
	 * By default, commands are registered with three pieces of information:
	 * 1)Command Name 		(for example, "csdm_enable")
	 * 2)Command Group Name	(for example, "CSDM")
	 * 3)Command Level		(for example, "changemap")
	 *
	 * You can override the default flags assigned to individual commands or command groups in this way.
	 * To override a group, use the "@" character before the name.  Example:
	 * Examples:
	 *		"@CSDM"			"b"				// Override the CSDM group to 'b' flag
	 * 		"csdm_enable"	"bgi"			// Override the csdm_enable command to 'bgi' flags
	 *
	 * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
	 * any setting that csdm_enable previously had.
	 *
	 * You can make a command completely public by using an empty flag string.
	 */
	 
	"sm_ks"		""
}
__________________
Do not Private Message @me
Bacardi is offline
Gracefulmender
New Member
Join Date: Aug 2020
Old 08-30-2020 , 13:57   Re: “[SM] You Do Not Have Access To This Command” For The Plugin “[TF2] Killstreak”
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
Go ...\addons\sourcemod\configs\admin_overrides. cfg

admin_overrides.cfg
Code:
Overrides
{
	/**
	 * By default, commands are registered with three pieces of information:
	 * 1)Command Name 		(for example, "csdm_enable")
	 * 2)Command Group Name	(for example, "CSDM")
	 * 3)Command Level		(for example, "changemap")
	 *
	 * You can override the default flags assigned to individual commands or command groups in this way.
	 * To override a group, use the "@" character before the name.  Example:
	 * Examples:
	 *		"@CSDM"			"b"				// Override the CSDM group to 'b' flag
	 * 		"csdm_enable"	"bgi"			// Override the csdm_enable command to 'bgi' flags
	 *
	 * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
	 * any setting that csdm_enable previously had.
	 *
	 * You can make a command completely public by using an empty flag string.
	 */
	 
	"sm_ks"		""
}
Thank you.
Gracefulmender 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 02:31.


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