Hexer10 / HexTags

Customize tags & chat colors!
https://forums.alliedmods.net/showthread.php?p=2566623
GNU General Public License v3.0
54 stars 16 forks source link

console is spamming forcing back default one! #80

Closed pump4love closed 3 years ago

pump4love commented 3 years ago

Hey! The console is spamming this to me It happens every 5 sec afraid it will crash my server hope you can help me with this situation

L 16/01/2021 - 19:44:54: [hextags.smx] KennyC<659><> was changed by an external plugin, forcing him back to the HexTags' default one! L 16/01/2021 - 19:44:54: [hextags.smx] KennyC<659><> was changed by an external plugin, forcing him back to the HexTags' default one!

Hexer10 commented 3 years ago

Do you have other plugins that change the tags? Also please fill in the template when creating a new issue, I'd need your hextags.cfg

pump4love commented 3 years ago

No i don't have other plugins with change tags only have hextags

Hexer10 commented 3 years ago

Please send your config file

pump4love commented 3 years ago

// This file was auto-generated by SourceMod (v1.10.0.6492) // ConVars for plugin "hextags.smx"

// Set to 1 to enable the sm_tagslist command. // - // Default: "0" sm_hextags_enable_tagslist "0"

// Text to use if user has no tag - needs hl_gangs. // - // Default: "" sm_hextags_nogang ""

// If 1 the tags will be reloaded even on round end - Suggested to be used with plugins like mostactive or rankme. // - // Default: "0" sm_hextags_roundend "0"

// HexTags plugin version // - // Default: "2.03" sm_hextags_version "2.03"

Hexer10 commented 3 years ago

Not that one, the one in sourcemod/configs/hextags.cfg

pump4love commented 3 years ago

here you go :)

image

Hexer10 commented 3 years ago

So, the error is happening there is a maximum length for the scoreboard tag (iirc it is 16 characters), so when the plugin compares the tags that the user actually have with the one in cfg they are different (you should be able to see that even in-game)

pump4love commented 3 years ago

thx you so much