View Single Post
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 08-23-2015 , 20:08   Re: [Release] SourceBans: Reloaded 1.5.2F (Updated 2015/05/29)
#190

Quote:
Originally Posted by asherkin View Post
Congrats on replying to the post that makes that change.
What?
PHP Code:
public OnConfigsExecuted()
{
    if(
DisablePlugin("basebans"))
    {
        
// Re-add "Ban player" option to admin menu
        
new Handle:hTopMenu;
        if(
LibraryExists("adminmenu") && (hTopMenu GetAdminTopMenu()))
        {
            
g_hTopMenu INVALID_HANDLE;
            
OnAdminMenuReady(hTopMenu);
        }
    }

ReFlexPoison is offline