alias no rula

U

alguien me puede decir porke no me va este script ke pone en una web

// MouseWheel Weapon Cycler // - This Script is a very basic script that allows you to cycle to your next or previous weapon with your MouseWheel.

alias nextweap "invnext; w3; +attack; w2; -attack"
alias prevweap "invprev; w3; +attack; w2; -attack"

bind "mwheelup" "nextweap"
bind "mwheeldown" "prevweap"

lo tengo bien puesto pero en la consola me pone ke no sabe ke comando es w3 y w2 ayuda plizz!!

NeTheR

alias "w2" "wait; wait"
alias "w3" "w2; wait"

U

gracias tio :P

GoSSaRd

//MWHEELFASTSWITCH
alias "weaponup" "invnext; +attack; wait; -attack"
alias "weapondn" "invprev; +attack; wait; -attack"
bind "MWHEELUP" "weaponup"
bind "MWHEELDOWN" "weapondn"

asi es suficiente xD

Ringo00

Pa q tanto alias ni chorradas, pones directamente

bind "MWHEELDOWN" "invnext; +attack; wait; -attack"
bind "MWHEELUP" "invprev; +attack; wait; -attack"

y ya esta.

TeTu

jeje q bind , mola mucho , algo asi keria yo , :D

PiTaGoRaS

Esto necesita hud_fastswitch 1 ¿no?

vander

Esto mismo se puede hacer desde la configuracion de HL, en el menu de personalizacion del juego (si en configuracion --> controles).
Si es que os gustan demasiado los alias.

Usuarios habituales

  • vander
  • PiTaGoRaS
  • TeTu
  • Ringo00
  • GoSSaRd
  • NeTheR