Originally posted by chocomonkey321
Here's the code:
bind DPAD_RIGHT "give saw_mp;cg_drawCrosshair 1;player_sustainAmmo 1;cg_drawGun 0;god;wait 3000;weapprev;god;cg_drawGun 1;player_sustainAmmo 0"
Not sure if this will work, it will need some fine tuning. This would be good added to a mod menu.
all that will happen is the gun will disappear and you wont be able to shoot because of the wait command. Here's what it should look like:
bind DPAD_RIGHT "give saw_mp;cg_drawCrosshair 1;player_sustainAmmo 1;cg_drawGun 0;god;+attack;wait 3000;-attack;weapprev;god;cg_drawGun 1;player_sustainAmmo 0"