Fastswitch

P

como pongo el Fastswitch Script de la rueda en los numeros (tanto el teclado numerico de la derecha , como los numeros que ahi acontinuacion de la consola)???

KMYA

pues fastswitch 1 y bind 1 slot1 hasta bind 0 slot10 y luego en el key pad pones bind KP_END slot1 hasta bind KP_INS slot10...

P

KMYA soy demasiao lento para las cosas del cfg , me puedes poner un ejemplo tipo =

alias text "-text"
alias +text "hud_saytext 1 ; alias text -text ; developer 1; echo [ TexT ON ]; developer 0"
alias -text "hud_saytext 0 ; alias text +text ; developer 1; echo [ TexT OFF, no m0re n00bs ]; developer 0"
bind "END" "text"

P

bind "1" "fastswitch 1;slot1"
bind "2" "fastswitch 1;slot2"
bind "3" "fastswitch 1;slot3"
bind "4" "fastswitch 1;slot4"
bind "5" "fastswitch 1;slot5"
bind "6" "fastswitch 1;slot6"
bind "7" "fastswitch 1;slot7"
bind "8" "fastswitch 1;slot8"
bind "9" "fastswitch 1;slot9"

"bind" "KP_END" "slot1"
"bind" "KP_DOWNARROW" "slot2"
"bind" "KP_PGDN" "slot3"
"bind" "KP_LEFTARROW" "slot4"
"bind" "KP_5" "slot5"
"bind" "KP_RIGHTARROW" "slot6"
"bind" "KP_HOME" "slot7"
"bind" "KP_UPARROW" "slot8"
"bind" "KP_PGUP" "slot9"

ScRaSh

Aqui tienes lo que creo que buscas:

alias fast_mouse_next "invnext; +attack; w; -attack"
alias fast_mouse_prev "invprev; +attack; w; -attack"
alias fast_mouse "bind MWHEELDOWN fast_mouse_next; bind MWHEELUP fast_mouse_prev"
alias fast_mouse_no "bind MWHEELDOWN invnext; bind MWHEELUP invprev"
alias fastmouse "mouse_fastswitch_on"
alias mouse_fastswitch_on "fast_mouse; d1; echo *** Mouse Fastswitch [ON] ***; d0; alias fastmouse mouse_fastswitvh_off"
alias mouse_fastswitvh_off "fast_mouse_no; d1; echo *** Mouse Fastswitch [OFF] ***; d0; alias fastmouse mouse_fastswitch_on"

alias "w" "wait"
alias "d1" developer 1"
alias "d0" developer0"

bind [tecla] "fastmouse"

VipeR_CS

Y Poner hud_fastwich "1" no es lo mismo k lo k ha pedido el? = lo he entendido mal ...

ScRaSh

nose alomejos yo he entendio tb mal... kreo k lo k pide es el fastwich en la rueda no ?

VipeR_CS

Esk dice poner el script del fastwich de la rueda para las teclas ... yo creo k es :

Hud_fastwich "1"

Leerlo bien ... k pensais vosotros ? :s

ScRaSh

jAJajA!! illo explikate mejor pa q entendamos...... aznos un krokis xdd!

VipeR_CS

Eso digo yo .... esk poner el script de la rueda en las teclas .... seria lo mismo k el Hud_.... k ya he dicho antes, seria una tonteria poner toda esa cantidad de alias para nada....

Aver #1: Lo k kieres es k al dar a los numeros se t seleccione el arma directamente sin tener k hacer "click" con el ratón ?? Aclaranoslo macho , k nos tienes aki al scrash y ami en vela xD

ScRaSh

jAJajA!! eso k me toy rayando pensando xD!

KMYA

Analizando la pregunta: El hud_fastswitch en la rueda no sirve, entonces en la rueda tendras algo como este:

alias next "invnect; +attack; wait; wait; -attack"
alias prev "invprev; +attack; wait; wait; -attack"
bind MWHEELUP prev
bind MWHEELDN next

Para ke exista fastswitch en la rueda. Y si lo kieres adaptar tanto en los numeros como el teclado numerico seria asi:

bind 1 slot1
bind 2 slot2
bind 3 slot3
....
bind 9 slot9
bind 0 slot10

bind KP_INS slot10
bind KP_END slot1
bind KP_DOWNARROW slot2
bind KP_PGDN slot3
bind KP_LEFTARROW slot4
bind KP_5 slot5
bind KP_RUIGHTARROW slot6
bind KP_HOME slot7
bind KP_UPARROW slot8
bind KP_PGUP slot9

y hud_fastswitch 1

Todo eso en tu cfg y listo

VipeR_CS

Juas, KMYA, pero no valdria solo con poner:

hud_fastwicht "1" (k ya hace de por si k con los numeros de encima de las teclas no tngas k hacer click)

y luego:

bind "KP_INS" "slot10"
bind "KP_END" "slot1"
bind "KP_DOWNARROW" "slot2"
bind "KP_PGDN" "slot3"
bind "KP_LEFTARROW" "slot4"
bind "KP_5" "slot5"
bind "KP_RUIGHTARROW" "slot6"
bind "KP_HOME" "slot7"
bind "KP_UPARROW" "slot8"
bind "KP_PGUP" "slot9"

Estos para los el teclado numerico y el fastwich 1 para el otro ... yo creo k asi valdria ... es una tonteria poner los otros binds :s

Usuarios habituales