View Single Post
digin
Member
Join Date: Nov 2019
Old 05-13-2021 , 01:26   Re: [ANY] Smart Link Remover
Reply With Quote #87

Quote:
Originally Posted by paulo_crash View Post
Config do plugin:
PHP Code:
// This file was auto-generated by SourceMod (v1.10.0.6502)
// ConVars for plugin "SmartLinkRemover.smx"


// The name to replace full name urls with.
// -
// Default: "URL Removed"
sm_smarturlremover_emptyname "Link removido"

// Attempt to keep partial url as the player's name when full url (Google.com -> Google)
// -
// Default: "1"
sm_smarturlremover_keephalf "1" 
In the game it removes the link from the nickname, however it does not put what I configured, even if I leave the URL Removed.

Here is a print: https://prnt.sc/12ulz9z
https://prnt.sc/12uxdky

[EDIT1]
And even now having privileges and the link in the whitelist file, the link is still removed.

I have this configuration in the file:
Code:
"SmartLinkRemover Whitelist"
{
	"zkservidores.com/"		""
	"twitch.tv/"			"a"
	"youtube.com/"			"a"
	"twitter.com/			"a"
}
Even having reserved slot privileges, flag a, I enter the server and all these links are still removed, it is the same as the print I sent.
remove '/' from SmartLinkRemover Whitelist and about sm_smarturlremover_emptyname it only works when the nickname is empty (no nickname)

Example :
Nickname : Google.com become URL Removed
* make sure to set sm_smarturlremover_keephalf 0
digin is offline