View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 05-12-2021 , 12:43   Re: [ANY] Smart Link Remover
Reply With Quote #85

Quote:
Originally Posted by digin View Post
just tested it and worked on me. what nickname do you use?
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.

Last edited by paulo_crash; 05-12-2021 at 18:13.
paulo_crash is offline