Forum
Script Request: Only slot 2 and 3 visible
Created 7th August 2015 @ 18:50
Add A Reply Pages: 1
Id like a script that makes my primary eg Medi gun invisible but having my ubersaw and crossbow visible.
Thanks :)
bind “1” “slot1; r_drawviewmodel 1; viewmodel_fov 90”
bind “2” “slot2; r_drawviewmodel 0; viewmodel_fov 0.1”
bind “3” “slot3; r_drawviewmodel 1; viewmodel_fov 90”
For Medic though but I think you get the point from that to how to hide weapons based on whether they are primary, secondary or melee
Thanks you
That does the trick, but it doesn’t work if you switch between last used weapons. I made this script for myself way back in 2009 and it works even if you switch to your last used weapon (the default bind for that is Q, so change it in the config if you use something else):
http://pastebin.com/tFeiZ1sb
I know other people did something like this and probably did it better, but hey :P hope it helps.
Quoted from metalpiss
That does the trick, but it doesn’t work if you switch between last used weapons. I made this script for myself way back in 2009 and it works even if you switch to your last used weapon (the default bind for that is Q, so change it in the config if you use something else):
http://pastebin.com/tFeiZ1sb
I know other people did something like this and probably did it better, but hey :P hope it helps.
I didn’t know that there are people who uses Q o.o
Quoted from NeuTronas
[…]
I didn’t know that there are people who uses Q o.o
I didn’t know that there are people who don’t use Q o.o
Quoted from metalpiss
That does the trick, but it doesn’t work if you switch between last used weapons. I made this script for myself way back in 2009 and it works even if you switch to your last used weapon (the default bind for that is Q, so change it in the config if you use something else):
http://pastebin.com/tFeiZ1sb
I know other people did something like this and probably did it better, but hey :P hope it helps.
I made a bit simpler version of this with support of previous & next weapons buttons (lines 65-76):
Usage (lines 15-20):
Last edited by Demetrius,
I’m using Broesel’s Crosshair Switcher: https://code.google.com/p/broesels-crosshair-switcher/
“This is a simple Script that allows you to switch between crosshair- and viewmodel-settings for each slot and class individually.”
It works with 123 buttons, quickswitch (Q) or mouse wheel.
Add A Reply Pages: 1