View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-14-2019 , 02:57   Re: [CSGO] How to prevent reloading if you have too much ammo
Reply With Quote #13

PHP Code:
public Action OnPlayerRunCmd(int clientintbuttonsintimpulsefloat vel[3], float angles[3], intweaponintsubtypeintcmdnuminttickcountintseedint mouse[2])
{
    if(
buttons IN_RELOAD)
    {
        
buttons &= ~IN_RELOAD;
        
    }
    return 
Plugin_Continue;

test

Last edited by Bacardi; 01-14-2019 at 04:35.
Bacardi is offline