PDA

View Full Version : Help!



loline
10th February 2004, 21:15
Hello can anyone help me i need a script for scroll up to go to Ak (primary weapon) and for scroll down to go to Shotgun( secondary weapon) I would like if someone would give the bind for that thnx:)!

mguy
11th February 2004, 00:48
Try looking through here:

http://mpc.ipx10411.ipxserver.de/forum/showthread.php?threadid=22957

You can also try sof2files.:classic:

Gna
11th February 2004, 02:09
bind 1 "exec cfg.cfg;outfitting ABCAA;echo Habe AK74 - M590 - FragGren;echo ak74+shotgun;echo ak74+shotgun;echo ak74+shotgun"
bind 2 "exec 2.cfg;outfitting BACAA;echo Habe M4 - M590 - FragGren ;echo m4+shootgun;echo m4+shootgun;echo m4+shootgun"
bind 3 "exec 3.cfg;outfitting CACAA;echo Habe Sig 551 - M590 - FragGren;echo SIG/pump;echo SIG/pump;echo SIG/pump"
bind 4 "exec 4.cfg;outfitting EBCAA;echo Habe MSG90A1 - M590 - FragGren;echo sniper+shootgun;echo sniper+shootgun;echo sniper+shootgun"
bind 5 "exec 5.cfg;outfitting DBCAA;echo Habe USAS-12 - Micro Uzi - FragGren;echo USAS;echo USAS;echo USAS"
bind 6 "exec 6.cfg;outfitting FACAA;echo Habe M60 - M590 - FragGren;echo M60;echo M60;echo M60"
bind 7 "exec 7.cfg;outfitting GACAA;echo Habe HK-MP5 - M590 - FragGren;echo mp5+shootgun;echo mp5+shotgun;echo mp5+shotgun"
bind 8 "exec 8.cfg;outfitting AACBA;echo Habe AK74 - M590 - FLASHGREN;echo FLASH;echo FLASH;echo FLASH"
bind 9 "exec 9.cfg;outfitting AACCA;echo Habe AK74 - M590 - SMOKEGREN;echo SMOKE;echo SMOKE;echo SMOKE"
bind 0 "exec 0.cfg;outfitting AACDA;echo Habe AK74 - M590 - FLAMEGREN;echo FLAME;echo FLAME;echo FLAME"


cfg.cfg file

bind MWHEELUP "weapon 5"

bind MWHEELDOWN "weapon 3"

0.cfg file
bind MWHEELUP "weapon 5"

bind MWHEELDOWN "weapon 3"


and so on
WEAPON NUMBERS ak74= 5 m4= 5 mg60 =7 gren =8 uzi =4 russiangun= 4 mp5 =4 autoshootgun= 3 shootgun= 3 sniper= 6

loline
13th February 2004, 19:12
Thank you very much m8