View Single Post
Niklavs
BANNED
Join Date: Nov 2018
Location: https://t.me/pump_upp
Old 12-31-2018 , 06:18   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #524

Code:
L 12/31/2018 - 11:39:55: [SM] Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/31/2018 - 11:39:55: [SM] Blaming: weapons.smx
L 12/31/2018 - 11:39:55: [SM] Call stack trace:
L 12/31/2018 - 11:39:55: [SM]   [0] SetEntProp
L 12/31/2018 - 11:39:55: [SM]   [1] Line 153, weapons.sp::SetWeaponProps
L 12/31/2018 - 11:39:55: [SM]   [2] Line 55, weapons/hooks.sp::GiveNamedItem
Although
core.cfg
Code:
	 * Enables or disables whether SourceMod blocks known or potentially malicious plugins from loading.
	 * It is STRONGLY advised that this is left enabled, there have been cases in the past with plugins that
	 * allow anyone to delete files on the server, gain full rcon control, etc.
	 *
	 * "yes"	- Block malware or illegal plugins from loading (default)
	 * "no"		- Warn about malware or illegal plugins loading
	 */
	"BlockBadPlugins"	"no"

	/**
	 * If a plugin takes too long to execute, hanging or freezing the game server in the process, 
	 * SourceMod will attempt to terminate that plugin after the specified timeout length has
	 * passed. You can disable this feature by setting the value to "0".
	 */
	"SlowScriptTimeout"	"8"
	
	/**
	 * Per "http://blog.counter-strike.net/index.php/server_guidelines/", certain plugin
	 * functionality will trigger all of the game server owner's Game Server Login Tokens
	 * (GSLTs) to get banned when executed on a Counter-Strike: Global Offensive game server.
	 *
	 * Enabling this option will block plugins from using functionality that is known to cause this.
	 * This option only has any effect on CS:GO. Note that this does NOT guarantee that you cannot
	 * receive a ban.
	 *
	 * Disable this option at your own risk.
	 */
	"FollowCSGOServerGuidelines"	"no"
Niklavs is offline
Send a message via ICQ to Niklavs Send a message via AIM to Niklavs Send a message via Yahoo to Niklavs