<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Scout script - How to &#34;deffault crosshair&#34;?&#8221;</title>
	<link>https://staging.etf2l.org/forum/support/topic-8910/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by Vague</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149759</link>
    	    <description><![CDATA[Omg atty, thanks alot man, it works!
&#60;3 

Admins can close!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149759</guid>
    	    <pubDate>Sat, 13 Feb 2010 22:27:39 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by CaNtThInKoFaNaMe</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149742</link>
    	    <description><![CDATA[First you have to create a .cfg file in your cfg folder and name it "defaultcross". Then you should paste this " <code> cl_crosshair_file "" </code> " in the file you just created.After that you should insert "<code> exec defaultcross </code>" in each of your weapon slots as shown beneath.

My scout config:
<code> alias "weapon1" "slot1; r_drawviewmodel 1; viewmodel_fov 80; sensitivity 2; exec defaultcross; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
alias "weapon2" "slot2; r_drawvidemodel 1; viewmodel_fov 90; sensitivity 2; exec defaultcross; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
alias "weapon3" "slot3; r_drawviewmodel 1; viewmodel_fov 90; sensitivity 2; exec defaultcross; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"

//Initialize script

select12 </code>]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149742</guid>
    	    <pubDate>Sat, 13 Feb 2010 21:15:19 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Vague</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149728</link>
    	    <description><![CDATA[Can you please stop posting these very funny ideas of yours on this topic?
Thanks.

Edit: What you said doesn't work Chris.

Any1 able to re-write this script how it should be, and post it in this topic please?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149728</guid>
    	    <pubDate>Sat, 13 Feb 2010 20:44:36 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Vague</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149722</link>
    	    <description><![CDATA[<i>Quoted from octochris</i>
		<blockquote>Just change the one you don't want to appear to say cl_crosshair_file "", not cl_crosshair_file crosshair "". :)

Also remember you need to use normal quotes, not curly quotes like are used on this forum.</blockquote>
normal quotes? curly ones? wat?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149722</guid>
    	    <pubDate>Sat, 13 Feb 2010 20:40:28 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Dr. Chris</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149713</link>
    	    <description><![CDATA[Just change the one you don't want to appear to say cl_crosshair_file "", not cl_crosshair_file crosshair "". :)

Also remember you need to use normal quotes, not curly quotes like are used on this forum.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149713</guid>
    	    <pubDate>Sat, 13 Feb 2010 20:33:13 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Created by Vague</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-8910/page-1/?recent=149759#post=149712</link>
    	    <description><![CDATA[This is my scout script:

alias "weapon1" "viewmodel_fov 0; cl_crosshair_file crosshair3; cl_crosshair_scale 48; cl_crosshair_red 255; cl_crosshair_blue 255; cl_crosshair_green 255; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
alias "weapon2" "viewmodel_fov 0; cl_crosshair_file crosshair5; cl_crosshair_scale 30; cl_crosshair_red 0; cl_crosshair_blue 255; cl_crosshair_green 255; slot2; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
alias "weapon3" "viewmodel_fov 70; cl_crosshair_file crosshair3; cl_crosshair_scale 45; cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 255; slot3; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"
alias "select12" "weapon1; alias toggleweap select21"
alias "select13" "weapon1; alias toggleweap select31"
alias "select21" "weapon2; alias toggleweap select12"
alias "select23" "weapon2; alias toggleweap select32"
alias "select31" "weapon3; alias toggleweap select13"
alias "select32" "weapon3; alias toggleweap select23"
select12
bind "a" "toggleweap"
bind "1" "select1"
bind "2" "select2"
bind "3" "select3"
bind "MWHEELUP" "prevweap"
bind "MWHEELDOWN" "nextweap"

This is used for all other classes:

bind "a" "lastinv"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"

Now, everything works fine, but I'd like to change my scattergun crosshair to the deffault one instead of cl_crosshair_file crosshair 3. Iv'e been told to make another .cfg that said cl_crosshair_file crosshair "" and then to write exec."scriptname".cfg instead of cl_crosshair_file crosshair 3...but this doesn't seem to work (I might be doing it wrong?). Can any1 help me? 

Thanks in advance!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=8910&#038;post=149712</guid>
    	    <pubDate>Sat, 13 Feb 2010 20:21:18 +0100</pubDate>
    	</item>
    </channel>
</rss>