Ссылка на Сообщение
#1
10.5.2010, 10:39
Scale your Crosshair
CODE
//add this code into your autoexec.cfg
alias "1groesser" "incrementvar cl_crosshairscale 100 9000 100; echo Crosshair: bigger"
alias "1kleiner" "incrementvar cl_crosshairscale 100 9000 -100; echo Crosshair: smaller"
//Thats the Script: 1groesser means, the crosshair will be raise an ammount of 100; 1kleiner means, the crosshair will be getting smaller an ammount of 100...
//Add this into your config.cfg or in your autoexec.cfg or in your userconfig.cfg
bind "LEFTARROW" "1groesser"
bind "RIGHTARROW" "1kleiner"
//Now: You have only to press left or right arrow to scale your crosshair
//much fun with this one
alias "1groesser" "incrementvar cl_crosshairscale 100 9000 100; echo Crosshair: bigger"
alias "1kleiner" "incrementvar cl_crosshairscale 100 9000 -100; echo Crosshair: smaller"
//Thats the Script: 1groesser means, the crosshair will be raise an ammount of 100; 1kleiner means, the crosshair will be getting smaller an ammount of 100...
//Add this into your config.cfg or in your autoexec.cfg or in your userconfig.cfg
bind "LEFTARROW" "1groesser"
bind "RIGHTARROW" "1kleiner"
//Now: You have only to press left or right arrow to scale your crosshair
//much fun with this one