my config
Code:
// buyscript
echo "streetster | buyscript 0.1"
// aliases
alias akm4 "buy ak47; buy m4a1; buy vesthelm; buy vest; buy primammo"
alias mp5 "buy mp5; buy vesthelm; buy vest; buy primammo"
alias grens "buy hegrenade; buy flashbang; buy flashbang; buy smokegrenade"
alias ammo "buy primammo; buy secammo; buy defuser"
alias armhe "buy vesthelm; buy vest; buy hegrenade"
alias de "buy deagle; buy secammo; buy vesthelm; buy vest"
// binds
bind "f3" "akm4"
bind "f2" "mp5"
bind "mwheeldown" "ammo"
bind "mwheelup" "armhe"
bind "leftarrow" "armhe"
bind "uparrow" "ammo"
bind "rightarrow" "grens"
bind "downarrow" "de"
// cvars etc.
cl_smooth "1"
cl_showfps "1"
fps_max "100"
cl_ragdoll_collide "1"
// dont download custom sounds from server
cl_downloadfilter "nosounds"
echo "all loaded..."