Raised This Month: $32 Target: $400
 8% 

Advanced Bans Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cenzuratu
Junior Member
Join Date: Nov 2019
Old 11-23-2019 , 06:21   Advanced Bans Problem
Reply With Quote #1

Hello, I have Advanced Bans by Exolent but, when I try to ban someone I have a error :

[AdvancedBans] ML_NOTFOUND: AB_NOT_AUTHORIZED

Any solves?
Cenzuratu is offline
ThePwnt
AlliedModders Donor
Join Date: Feb 2009
Location: Denmark
Old 11-23-2019 , 07:15   Re: Advanced Bans Problem
Reply With Quote #2

Did you installed the translation file?

Quote:
Place advanced_bans.txt from the bottom of this post in your server's addons/amxmodx/data/lang folder.

Last edited by ThePwnt; 11-23-2019 at 07:16.
ThePwnt is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 11-23-2019 , 08:44   Re: Advanced Bans Problem
Reply With Quote #3

Remove dproto from server.

PHP Code:
if( !IsValidAuthid(target_authid) )
    {
        
console_print(client"[AdvancedBans] %L"client"AB_NOT_AUTHORIZED");
        return 
PLUGIN_HANDLED;
    } 
PHP Code:
#define REGEX_STEAMID_PATTERN "^^STEAM_0:(0|1):\d+$"
#define IsValidAuthid(%1) (regex_match_c(%1, g_SteamID_pattern, g_regex_return) > 0) 
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Cenzuratu
Junior Member
Join Date: Nov 2019
Old 11-23-2019 , 11:24   Re: Advanced Bans Problem
Reply With Quote #4

Quote:
Originally Posted by iceeedr View Post
Remove dproto from server.

PHP Code:
if( !IsValidAuthid(target_authid) )
    {
        
console_print(client"[AdvancedBans] %L"client"AB_NOT_AUTHORIZED");
        return 
PLUGIN_HANDLED;
    } 
PHP Code:
#define REGEX_STEAMID_PATTERN "^^STEAM_0:(0|1):\d+$"
#define IsValidAuthid(%1) (regex_match_c(%1, g_SteamID_pattern, g_regex_return) > 0) 
It's not working
Cenzuratu is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 11-23-2019 , 11:27   Re: Advanced Bans Problem
Reply With Quote #5

Did you remove the dproto / reunion plugin from the server?
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Cenzuratu
Junior Member
Join Date: Nov 2019
Old 11-27-2019 , 09:35   Re: Advanced Bans Problem
Reply With Quote #6

Quote:
Originally Posted by iceeedr View Post
Did you remove the dproto / reunion plugin from the server?
Solved, thanks!
Cenzuratu is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode