View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-18-2012 , 13:02   Re: AFK Manager (Version 3.4.3 / Updated June 3rd 2011)
Reply With Quote #1097

I'll try that now and let you know
I'm dumb


Somehow, the access permissions for the log folder was changed. After I added the appropriate permissions, no Error with the AFKManager... weird that other plugins weren't complaining...

Anyways, above issue resolved. Although, I'm using a slightly modified version:
Added,
PHP Code:
    else if (strcmp(game_mod"csgo"false) == 0)
    {
        
LogAction(0, -1"[AFK Manager] %T""CSTRIKE"LANG_SERVER);
        
CSTRIKE true;
    } 
starting at line 449
truncated diff
__________________
View my Plugins | Donate

Last edited by TnTSCS; 07-18-2012 at 13:42.
TnTSCS is offline