Raised This Month: $51 Target: $400
 12% 

Solved [Request] Adding a blacklist to a plugin.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
karimoo97
Member
Join Date: Apr 2018
Location: Tamazgha
Old 05-02-2018 , 17:42   [Request] Adding a blacklist to a plugin.
Reply With Quote #1

Hello AlliedModders,hope you're doing well.

I really need your help

Each month i give the top ranked players VVIP for 60 days,What i need is to ban the winners from being ranked or even from gaining points during the next month by excluding/banning their Steam_IDs from the plugin.

I'm currently using this Stats plugin: Basic SkillPoints [FVault]

I asked about this and it's doable,They even suggested the way to do it and a code [I WANT TO THANK HamletEagle & Bugsy] But i couldn't make it work by my own even with the suggested code

This should go in
PHP Code:
Public client_authorizedid 
PHP Code:
   for ( new sizeofAuthIDList ) ; i++ )  
    {  
        if ( 
equalg_szAuthIDid ] , AuthIDList] ) )  
        {  
            return 
0;  
        }  
    } 
PHP Code:
new const AuthIDList[][] =  

    
"STEAM_0:1:123456"
    
"STEAM_0:1:111111"
    
"STEAM_0:1:222222" 
}; 
Thank's in advance
Greetings

Last edited by karimoo97; 05-04-2018 at 06:56.
karimoo97 is offline
 



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 05:29.


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