CFG Help pls

bind 5 "weaponbank 1; com_maxfps 125;cg_drawGun "1"
bind 4 "weaponbank 2; com_maxfps 71;cg_drawGun "1"
bind 3 "weaponbank 3; com_maxfps 125;cg_drawGun "0""
bind 6 "weaponbank 4; com_maxfps 125;cg_drawGun "0""
bind 1 "weaponbank 5; com_maxfps 125;cg_drawGun "0""
bind 2 "weaponbank 6; com_maxfps 125;cg_drawGun "0""
bind 7 "weaponbank 7; com_maxfps 125;cg_drawGun "0""


Whats wrong? i wanna see weaponbank 1 & 2 , but its still in 0 dunno why? :/

Anyone know why?
Comments
22
delete your etconfig.cfg file in your profiles folder
but u know about cvar alot tho!
Parent
bind 5 "weaponbank 1; com_maxfps 125;cg_drawGun 1"
bind 4 "weaponbank 2; com_maxfps 71;cg_drawGun 1"
bind 3 "weaponbank 3; com_maxfps 125;cg_drawGun 0"
bind 6 "weaponbank 4; com_maxfps 125;cg_drawGun 0"
bind 1 "weaponbank 5; com_maxfps 125;cg_drawGun 0"
bind 2 "weaponbank 6; com_maxfps 125;cg_drawGun 0"
bind 7 "weaponbank 7; com_maxfps 125;cg_drawGun 0"

Try this. Without the extra " "
one " is enough
leave a space after the semicolon maybe ?
change it in all the cfgs in ur ETfile and it will work but leave the extra "" away ;)
the mistake is so obvious
to much """"""""""""""""
What fatalstrike said
Thx got it
whut was it?
Parent
Quotefatalstrike
leave a space after the semicolon maybe ?
Parent
hmm shouldnt make the diffenrence tbh
Parent
you faild!
exec it o:
look...

bind 5 "weaponbank 1; com_maxfps 125;cg_drawGun "1"

what that should really be is

bind "5" "weaponbank 1; com_maxfps 125; cg_drawgun 1"

you just put a " before the 1, ending the string.
Back to top