Ссылка на Сообщение
#1
10.5.2010, 10:29
Attack crosshair color
CODE
//This scritp changes the color when +attack in use. This script idea was not mine, but i did this script (as also someone else has done this kind script too. (RE91, ResidentEvil91)
//Notice that u can change the crosshaircolors what ever you like. and also you should bind enter like this: bind enter "exec scriptname"
alias +changec "+attack; cl_crosshaircolor 1"
alias -changec "-attack; cl_crosshaircolor 2"
bind mouse1 +changec
//Notice that u can change the crosshaircolors what ever you like. and also you should bind enter like this: bind enter "exec scriptname"
alias +changec "+attack; cl_crosshaircolor 1"
alias -changec "-attack; cl_crosshaircolor 2"
bind mouse1 +changec