reuploaded this cuz i added instructions.
// **Heavy Minigun Script** // when your pull out minigun, the muzzleflash and minigun move to the bottom // of the screen. when you use any other weapon, it goes back to your preferred viewmodel. i made this script, cuz i got // tired of the minigun's muzzleflash blocking my targets and crosshair. my first submission! ^^ unbind 2 bind 2 "equip_sandvich" unbind 3 bind 3 "equip_GRU" bind q "lastinv" bind mouse1 "+attack" bind mouse2 "+attack2" r_drawviewmodel 1 viewmodel_fov 50 unbind 1 alias equip_minigun "slot1;viewmodel_fov 50 bind 1 "equip_minigun" alias equip_sandvich "slot2;viewmodel_fov 90" alias equip_GRU "slot3;viewmodel_fov 90" echo "POOTIS POOTIS POOTIS POOTIS POOT" //YOU MUST REBIND THE KEYS IN THE OTHER CLASS'S .cfg FILES SO THAT THE SCRIPT DOESN'T CARRY OVER. //poot there keys in the other class's .cfg files //bind 1 "slot1" //bind 2 "slot2" //bind 3 "slot3" //viewmodel_fov 90 // Notes: // Some of you don't use viewmodel_fov 90. so, every time you see the // number 90 in this config, replace it with your preferred number // (some of you use viewmodel_fov 70). // Report any problems at steamcommunity.com/id/SlenderSpy
install into heavyweaopns .cfg file