Forum
Help for script
Created 4th July 2009 @ 14:16
Add A Reply Pages: 1
Hi,
It would be totally awesome if somebody could help me with a script issue. What i need is a script to have different crosshair for the RL and the shotgun, but also changes my sensitivity fo each weapon (more sens for RL).
I think its possible but not sure, as i totally suck at making scripts :(
Just so you know, i use mouse 4 and mouse 5 to switch to RL/SG
Thank you!
bind mouse4 “slot1; cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 255; sensitivity 1.0”
Change slot1 for RL and slot2 for Shotty
Change ur crosshair colours as you like
Change your sensitivity as you like
+reload
bind 1 “slot1;r_drawviewmodel 1;cl_crosshair_blue 255;cl_crosshair_file crosshair3;cl_crosshair_green 255; cl_crosshair_red 255; cl_crosshair_scale 23”
bind 2 “slot2;r_drawviewmodel 0;cl_crosshair_blue 0;cl_crosshair_file crosshair7;cl_crosshair_green 255; cl_crosshair_red 0; cl_crosshair_scale 40”
bind 3 “slot3;r_drawviewmodel 1;cl_crosshair_blue 255;cl_crosshair_file crosshair3;cl_crosshair_green 255; cl_crosshair_red 255; cl_crosshair_scale 23”
alias “slot12” “activate”
alias “activate” “slot1;r_drawviewmodel 1;cl_crosshair_blue 255;cl_crosshair_file crosshair3;cl_crosshair_green 255; cl_crosshair_red 255; cl_crosshair_scale 23;alias slot12 deactivate”
alias “deactivate” “slot2;r_drawviewmodel 0;cl_crosshair_blue 0;cl_crosshair_file crosshair7;cl_crosshair_green 255; cl_crosshair_red 0; cl_crosshair_scale 40;alias slot12 activate”
bind “q” “slot12″
That’s my soldier config just change whatever variables you want i.e. sens put them in both parts. This works if you use q, changes a few things. Q switches between slot 1 and 2 not last weapon. Oh and the ” will be wrong you’ll need to change them.
Admirable’s weapon config is awesome and really easy to use, just make sure you read everything in it before you change random things :)
Add A Reply Pages: 1