Dix Sep 5, 2020 @ 1:54am
My autoexec.cfg does'nt totaly work
Hi, my autoexec.cfg for CS:GO work but not all of my commands :

viewmodel_fov 68
viewmodel_offset_y 0
viewmodel_offset_x 0
viewmodel_offset_z 1.3

developer "1"
con_enable "1"
con_filter_text "Damage Given"
con_filter_text_out "Player:"
con_filter_enable "2"
alias +knife slot3
alias -knife lastinv
bind "space" +knife
alias +pistol slot2
alias -pistol lastinv
bind "alt" +pistol
alias +grenade slot4
alias -grenade lastinv
bind "n" +grenade
host_writeconfig


Thanks for help and sorry for my bad english :csgohelmet:
Last edited by Dix; Sep 5, 2020 @ 1:57am
< >
Showing 1-2 of 2 comments
Supafly Sep 5, 2020 @ 2:44am 
Prob better to ask in CSGO forums.

I had the damage out thing in a toggle but it didn't work all the time. Sometimes I needed to toggle it a dozen or so times until it did and by then match could be over.

Originally posted by El Fenomeno:
developer "1"
con_enable "1"
con_filter_text "Damage Given"
con_filter_text_out "Player:"
con_filter_enable "2"

So I bound them to a single key for on and off. These work fine though I need to use it after connecting to new server. Maybe these will work for you....change keys to whatever you want.

bind "f4" "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1"
bind "f5" "con_filter_enable 0; developer 0; clear"

Little rusty with the alias stuff. I suspect it may have something to do with the lack of " in them.

Try
alias +knife "slot3"
alias -knife "lastinv"
bind "space" +knife

or

alias "+knife" "slot3"
alias "-knife" "lastinv"
bind "space" "+knife"

Once you get the knife to work with the added " repeat the " addition to the other aliases and bind.
Dix Sep 20, 2020 @ 4:28am 
Thanks men
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 5, 2020 @ 1:54am
Posts: 2