Would it be possible to make it (or add a option to) freeze time with one button/mouse click so you wouldn't have to keep pressing the assigned button while browsing the weapons ? (As in gearbox)
Best regards
XASSASSINX wrote:As in, you can just press it once instead of holding it?
StaticText ""
Option "Mute wheal", "py_weaponwheel_sound", "OnOff"
PWWStaticText "Silent wheel when the pointer is moving or"
PWWStaticText "choosing a weapon."
user bool py_weaponwheel_sound = true;
if(CVar.GetCVar("py_weaponwheel_sound", players[0]).GetInt()==true)
{
S_Sound("menu/choose",5);
}
if(CVar.GetCVar("py_weaponwheel_sound", players[0]).GetInt()==true)
{
S_Sound("menu/change",5);
}
Users browsing this forum: Irrevenant, Valherran and 6 guests