Strafe and sprint?


(Spooksta) #21

Ive tried this and it works a treat but my config wont hold if i write protect my config which i normally. It also only work when i 1st join a server. If i disconnect and join another server my config is all messed up again. Whats going on please :slight_smile:

set leftdn “+moveleft; +sprint”
set leftup “-moveleft; -sprint”
set ritedn “+moveright; +sprint”
set riteup “-moveright; -sprint”
bind a “+vstr leftdn leftup”
bind d “+vstr ritedn riteup”


(Bludd) #22

Create a file called autoexec.cfg and place it in /etmain and include all your custom scripts in there. Alternatively, if you have a lot of custom stuff, create many seperate files (binds.cfg, audio.cfg, video.cfg, class-selection.cfg, voice-commands.cfg, for example), then execute them from autoexec.cfg like so:

exec “binds.cfg”
exec “audio.cfg”
exec “video.cfg”
exec “class-selection.cfg”
exec “voice-commands.cfg”