View Single Post
maclarens
Senior Member
Join Date: Jul 2020
Location: Kz
Old 10-11-2023 , 11:41   Re: [L4D & L4D2] Left 4 DHooks Direct (1.138) [25-Sep-2023]
Reply With Quote #998

all working exept lunge:/ its a bug?
Code:
public Action L4D_OnKnockedDown(int client, int reason)
{
    if(g_iState[client] == 1 && reason == 1)
    {
        return Plugin_Handled;
    }
    return Plugin_Continue;
}
maclarens is offline