Thread: [CSGO] Gloves
View Single Post
Metabee
Junior Member
Join Date: Jun 2022
Old 06-21-2022 , 13:45   Re: [CSGO] Gloves
Reply With Quote #226

Hello,

I've been trying to use this plugins (and the Weapons and Knives one), but I'm getting an error related to FollowCSGOGuidelines config. I have set it to "no", but I'm still getting errors related to it.

Log
Code:
L 06/21/2022 - 17:33:24: [SM] Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 06/21/2022 - 17:33:24: [SM] Blaming: weapons.smx
L 06/21/2022 - 17:33:24: [SM] Call stack trace:
L 06/21/2022 - 17:33:24: [SM]   [0] SetEntProp
L 06/21/2022 - 17:33:24: [SM]   [1] Line 257, tmp/addons/sourcemod/scripting/weapons.sp::SetWeaponProps
L 06/21/2022 - 17:33:24: [SM]   [2] Line 55, tmp/addons/sourcemod/scripting/weapons/hooks.sp::GiveNamedItemPost
L 06/21/2022 - 17:33:24: [SM]   [4] CS_RespawnPlayer
L 06/21/2022 - 17:33:24: [SM]   [5] Line 21, deathmatch/spawns.sp::Timer_Respawn
L 06/21/2022 - 17:33:24: [SM] Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 06/21/2022 - 17:33:24: [SM] Blaming: gloves.smx
L 06/21/2022 - 17:33:24: [SM] Call stack trace:
L 06/21/2022 - 17:33:24: [SM]   [0] SetEntProp
L 06/21/2022 - 17:33:24: [SM]   [1] Line 152, tmp/addons/sourcemod/scripting/gloves.sp::GivePlayerGloves
L 06/21/2022 - 17:33:24: [SM]   [2] Line 23, tmp/addons/sourcemod/scripting/gloves/hooks.sp::Event_PlayerSpawn
L 06/21/2022 - 17:33:24: [SM]   [4] CS_RespawnPlayer
L 06/21/2022 - 17:33:24: [SM]   [5] Line 21, deathmatch/spawns.sp::Timer_Respawn
L 06/21/2022 - 17:33:24: [SM] Exception reported: Cannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
I have the config correctly set at the end of addons/sourcemod/configs/core.cfg
Code:
...
	/**
	 * 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"
}
plugins and exts
Code:
sm plugins list
[SM] Listing 25 plugins:
  01 "Gloves" (1.0.5) by kgns | oyunhost.net
  02 "MapChooser" (1.10.0.6542) by AlliedModders LLC
  03 "Basic Comm Control" (1.10.0.6542) by AlliedModders LLC
  04 "Basic Ban Commands" (1.10.0.6542) by AlliedModders LLC
  05 "Nextmap" (1.10.0.6542) by AlliedModders LLC
  06 "Client Preferences" (1.10.0.6542) by AlliedModders LLC
  07 "Advertisements" (2.1.1) by Tsunami
  08 "[CS:GO] Deathmatch" (3.0.0 BETA) by Maxximou5
  09 "Basic Votes" (1.10.0.6542) by AlliedModders LLC
  10 "[FPS] Tab Fake Ranks" (1.3.1) by OkyHp, Wend4r
  11 "Fire Players Stats" (1.6.0) by OkyHp, Someone
  12 "Admin Menu" (1.10.0.6542) by AlliedModders LLC
  13 "Fun Votes" (1.10.0.6542) by AlliedModders LLC
  14 "Weapons & Knives" (1.7.6) by kgns | oyunhost.net
  15 "Basic Commands" (1.10.0.6542) by AlliedModders LLC
  16 "Fun Commands" (1.10.0.6542) by AlliedModders LLC
  17 "Anti-Flood" (1.10.0.6542) by AlliedModders LLC
  18 "Basic Chat" (1.10.0.6542) by AlliedModders LLC
  19 "Sound Commands" (1.10.0.6542) by AlliedModders LLC
  20 "Faceit Level" (1.0.4) by Phoenix (˙·٠●Феникс●٠·˙)
  21 "Player Commands" (1.10.0.6542) by AlliedModders LLC
  22 "Admin File Reader" (1.10.0.6542) by AlliedModders LLC
  23 "Reserved Slots" (1.10.0.6542) by AlliedModders LLC
  24 "Admin Help" (1.10.0.6542) by AlliedModders LLC
  25 "Basic Info Triggers" (1.10.0.6542) by AlliedModders LLC

sm exts list
[SM] Displaying 13 extensions:
[01] Automatic Updater (1.10.0.6542): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6542): Extension for interacting with URLs
[03] CS Tools (1.10.0.6542): CS extended functionality
[04] BinTools (1.10.0.6542): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6542): Source SDK Tools
[06] Top Menus (1.10.0.6542): Creates sorted nested menus
[07] Client Preferences (1.10.0.6542): Saves client preference settings
[08] SQLite (1.10.0.6542): SQLite Driver
[09] SDK Hooks (1.10.0.6542): Source SDK Hooks
[10] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[11] PTaH (1.1.3): Additional CS:GO Hooks and Natives
[12] Regex (1.10.0.6542): Provides regex natives for plugins
[13] MySQL-DBI (1.10.0.6542): MySQL driver implementation for DBI
sourcemod version

Code:
sm version
 SourceMod Version Information:
    SourceMod Version: 1.10.0.6542
    SourcePawn Engine: 1.10.0.6542, jit-x86 (build 1.10.0.6542)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Jun 11 2022 08:00:31
    Built from: https://github.com/alliedmodders/sourcemod/commit/4bc9da2
    Build ID: 6542:4bc9da2
    http://www.sourcemod.net/
Any ideias what might be the problem?
Thanks in advance!

Last edited by Metabee; 06-21-2022 at 14:23.
Metabee is offline