View Single Post
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 04-09-2021 , 08:38   Re: [CSGO] Fake Duck
Reply With Quote #2

Do you mean like that?
PHP Code:
public Action OnPlayerRunCmd(int clientintbuttonsintimpulsefloat vel[3], float angles[3], intweaponintsubtypeintcmdnuminttickcountintseedint mouse[2])
{
    if( 
client // e.t.c. - other checks todo
    
{
        
buttons |= IN_DUCK;
        return 
Plugin_Changed;
    }
    return 
Plugin_Continue;

__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline