View Single Post
Exhile
New Member
Join Date: Apr 2021
Old 04-09-2021 , 12:10   Re: [CSGO] Fake Duck
Reply With Quote #4

Quote:
Originally Posted by oqyh View Post
by default people can fake duck

but if you what to disable fake duck you can use

Code:
#include <sdktools>
 
public Plugin:myinfo =
{
    name = "Anti Fake-Duck",
    description = "bruh",
    author = "DucaRii",
    version = "1.0",
    url = "<->"
};
 
public Action:OnPlayerRunCmd(client, &buttons, &impulse, Float:vel[3], Float:angles[3], &weapon)
{
	if( buttons & IN_BULLRUSH )
    {
        buttons &= ~IN_BULLRUSH;
    }
 
	return Plugin_Continue;
}
Well I am hosting my server with host havoc and I just set it up and fake ducking isn't something you can do with OTC v3 or V4 you can only use mm fd. So is it an issue with my hosting then since it is "Enabled by default"
Exhile is offline