View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 09-19-2020 , 09:06   Re: [L4D2] Block manual idle
Reply With Quote #5

Well I don't know if it would work but try adding

PHP Code:
public OnPluginStart()
{
    
RegConsoleCmd("go_away_from_keyboard"Command_AFK);

and

PHP Code:
public Action:Command_AFK(clientargs)
{
    return 
Plugin_Handled;

__________________

Last edited by Marttt; 09-19-2020 at 09:06.
Marttt is offline