<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Pink Crosshair with Demo script?&#8221;</title>
	<link>https://staging.etf2l.org/forum/support/topic-11895/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by Dr. Chris</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11895/page-1/?recent=207194#post=207194</link>
    	    <description><![CDATA[<i>Quoted from Destrutor</i>
		<blockquote>Basically, my friends too lazy to post on the forums after I made his crosshair and viewmodel change per weapon. This is his original weapon changing script:

alias PIPESBITCH "alias SWITCHER STICKIESYO; slot1"
alias STICKIESYO "alias SWITCHER PIPESBITCH; slot2"
alias SWITCHER STICKIESYO
bind q SWITCHER

alias +SHAFTHIM "slot3"
alias -SHAFTHIM "lastinv"
bind shift +SHAFTHIM

But when you add in the stuff in the script below, it apparently gives him "pink and black boxes for a crosshair" If he types cl_crosshair_file crosshair5 in console it works perfectly

alias PIPESBITCH "alias SWITCHER STICKIESYO; slot1; r_drawviewmodel 1; viewmodel_fov 0; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file crosshair5"
alias STICKIESYO "alias SWITCHER PIPESBITCH; slot2; r_drawviewmodel 1; viewmodel_fov 90; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file crosshair7"
alias SWITCHER STICKIESYO
bind q SWITCHER

alias +SHAFTHIM "slot3; r_drawviewmodel 1; viewmodel_fov 90"
alias -SHAFTHIM "lastinv"
bind shift +SHAFTHIM

Any idea wtf is going on?</blockquote>

It's because you've not specified the string directly, so it interprets the entirety, for example change like so:

alias STICKIESYO "alias SWITCHER PIPESBITCH; slot2; r_drawviewmodel 1; viewmodel_fov 90; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file crosshair7"

alias STICKIESYO "alias SWITCHER "PIPESBITCH"; slot2; r_drawviewmodel 1; viewmodel_fov 90; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file "crosshair7""]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11895&#038;post=207194</guid>
    	    <pubDate>Mon, 16 Aug 2010 23:00:55 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by M24_</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11895/page-1/?recent=207194#post=207182</link>
    	    <description><![CDATA[somewhere there is an error with one of the crosshair commands, make sure everything is spelled correctly in the script, thats why theres the pink and black squares.

edit: did you copy paste this, or re type it? I can't find any spelling mistakes, but I'm not sure what else it could be :/

edit2: it could be that the script needs some sort of "default setting" to work properly. put 
cl_crosshair_file crosshair5 in demoman.cfg]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11895&#038;post=207182</guid>
    	    <pubDate>Mon, 16 Aug 2010 22:39:57 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by Destrutor2107</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-11895/page-1/?recent=207194#post=207164</link>
    	    <description><![CDATA[Basically, my friends too lazy to post on the forums after I made his crosshair and viewmodel change per weapon. This is his original weapon changing script:

alias PIPESBITCH "alias SWITCHER STICKIESYO; slot1"
alias STICKIESYO "alias SWITCHER PIPESBITCH; slot2"
alias SWITCHER STICKIESYO
bind q SWITCHER

alias +SHAFTHIM "slot3"
alias -SHAFTHIM "lastinv"
bind shift +SHAFTHIM

But when you add in the stuff in the script below, it apparently gives him "pink and black boxes for a crosshair" If he types cl_crosshair_file crosshair5 in console it works perfectly

alias PIPESBITCH "alias SWITCHER STICKIESYO; slot1; r_drawviewmodel 1; viewmodel_fov 0; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file crosshair5"
alias STICKIESYO "alias SWITCHER PIPESBITCH; slot2; r_drawviewmodel 1; viewmodel_fov 90; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_blue 0; cl_crosshair_file crosshair7"
alias SWITCHER STICKIESYO
bind q SWITCHER

alias +SHAFTHIM "slot3; r_drawviewmodel 1; viewmodel_fov 90"
alias -SHAFTHIM "lastinv"
bind shift +SHAFTHIM

Any idea wtf is going on?]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=11895&#038;post=207164</guid>
    	    <pubDate>Mon, 16 Aug 2010 22:08:49 +0200</pubDate>
    	</item>
    </channel>
</rss>