x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Help for script

Created 4th July 2009 @ 14:16

Add A Reply Pages: 1

gK

Mc\\\'s

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!

nubonamission

burn

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.

gK

Mc\\\'s

Thx guys, going to try that :)

Funkeh

DStM

Admirable’s weapon config is awesome and really easy to use, just make sure you read everything in it before you change random things :)

mb

keso

Am I supposed to put these lines in my autoexec?

Hansa

.idk?

no, in your soldier.cfg.

Add A Reply Pages: 1