Is this command supposed to stop the player from being able to cycle through his weapons. I tried using it in a script, and I am still able to cycle through my weapons. This is the script I'm having trouble with.
;Artificial Intelligence Script
;Header
desc = Rage Mode
;Triggers
:state=0,keypressed=33 1:getcinematichands=UNARMED3 model pack 10\UNARMED3,state=1
:state=1:preventplrselectinggun=1,plrsethealth=200,plrdamagemult=1.5,state=1
:state=1:plrspeedmod=180,setposteffect=surreal,state=2
:state=2:timerstart,state=3
:state=3,timergreater=10000:removecurrentweapon,preventplrselectinggun=0,plrsethealth=100,state=4
:state=4:plrdamagemult=1,plrspeedmod=100,setposteffect=bloom,state=5
:state=5:timerstart,state=6
:state=6,timergreater=30000:state=0
I dont want the player to be able to switch weapons from the one given in the script, until the timer runs out.
EDIT: Ok it disables scrolling through ur weapons with mouse scroll, but doesnt prevent hitting a number key to swap. Is there a command that would do that.