CFG Crosshair Toggle
•
2 Jun 2014, 13:18
•
Journals
Hello men,
Some of you may know me from #follow.et ( CG 6on6 EU Season 1 Division 5), but I am not here to brag about the successes of a great team; I have an issue.
At the moment my the crosshair part of my cfg looks like this:
//crosshair
seta cg_crosshairsize 30
seta cg_crosshairX "0"
seta cg_crosshairY "0"
seta cg_crosshairAlpha "2"
seta cg_crosshairAlphaAlt "2"
seta cg_crosshairColor "cyan"
seta cg_crosshairColorAlt "cyan"
seta cg_drawCrosshair 15
The cyan spot makes it too difficult to see on snowy levels like bestmapever Fueldump. What I need is a toggler than switches the colour of my crosshair between red and cyan, which I can bind to a key. If anyone can help, there will be big love from #follow.et.
Some of you may know me from #follow.et ( CG 6on6 EU Season 1 Division 5), but I am not here to brag about the successes of a great team; I have an issue.
At the moment my the crosshair part of my cfg looks like this:
//crosshair
seta cg_crosshairsize 30
seta cg_crosshairX "0"
seta cg_crosshairY "0"
seta cg_crosshairAlpha "2"
seta cg_crosshairAlphaAlt "2"
seta cg_crosshairColor "cyan"
seta cg_crosshairColorAlt "cyan"
seta cg_drawCrosshair 15
The cyan spot makes it too difficult to see on snowy levels like bestmapever Fueldump. What I need is a toggler than switches the colour of my crosshair between red and cyan, which I can bind to a key. If anyone can help, there will be big love from #follow.et.
set col2 "cg_crosshairColor "cyan"; cg_crosshairColorAlt "cyan"; echo ^7Crosshair colour; set xhaircol vstr col1 "
set xhaircol "vstr col1"
bind [ "vstr xhaircol"
5/5 journal
cant help u coz im more into reallife.cfg nowadayz but ye read what cf computer geeks have to say
just get TS workin we will be cheering for nismo and queen elizabeth tonight because he fights for golden medal and will bring it at our our basement
why so complicated bartmen ?:D
// * CrossHairColor Selector
//
//
bind k "vstr cross"
set cross "vstr ch1"
set ch1 "set cross vstr ch2; cg_crosshairColor white; echo ^7Change CrossHairColor : White ; play sound/menu/select"
set ch2 "set cross vstr ch3; cg_crosshairColor green; echo ^7Change CrossHairColor : Green ; play sound/menu/select"
set ch3 "set cross vstr ch4; cg_crosshairColor red; echo ^7Change CrossHairColor : Red ; play sound/menu/select"
set ch4 "set cross vstr ch5; cg_crosshairColor cyan; echo ^7Change CrossHairColor : Cyan ; play sound/menu/select"
set ch5 "set cross vstr ch1; cg_crosshairColor blue; echo ^7Change CrossHairColor : Blue ; play sound/menu/select"
save it as crosshair.cfg
add exec crosshair.cfg in your autoexec.cfg
op script, should be working without problems