Results 1 to 9 of 9

Thread: Counter Strike Source crosshair color

  1. #1
    Join Date
    Jul 2009
    Posts
    3

    Counter Strike Source crosshair color

    Hey, ur prolly thinking im a noob right now. But its not what you think. I got a command off someone in Counter strike source. Everytime i shoot it changes the crosshair color. So it will go from blue to red to grn to yellow... etc. I can not find the command anywhere. It is a very cool thing. it helps out alot. If you do not like one color and you want multiple every time you shoot, you should try this. If i could ever find the command for it. lol

    Pls help me out!!


    Thank you-
    Medix

  2. #2
    Join Date
    Apr 2008
    Posts
    2,277

    Re: Counter Strike Source crosshair color

    I think you have to create a custom script for this , it will be really difficult to find this kind of command .

  3. #3
    Join Date
    Apr 2008
    Posts
    2,366

    Re: Counter Strike Source crosshair color

    Codes for Counter Strike Source crosshair color:
    cl_crosshaircolor “0″ - Green (Default)
    cl_crosshaircolor “1″ - Red
    cl_crosshaircolor “3″ - Yellow
    cl_crosshaircolor “2″ - Blue

  4. #4
    Join Date
    Jul 2009
    Posts
    3

    Re: Counter Strike Source crosshair color

    I know that Ninja. I dont think you understand what im saying.

    Red Devil- no bc i have i already. i already had the command like 3 months ago but never kept it. i just need to find it again. my colors still change. my friends just want it.

  5. #5
    Join Date
    Oct 2008
    Posts
    96

    Re: Counter Strike Source crosshair color

    Crosshair(color.disco.size) an

    Code:
    Alias nch "crosshair 0 ; alias upch sch; alias downch nch"
    alias sch "crosshair 1; cl_crosshair_size small; alias upch mch; alias downch nch"
    alias mch "cl_crosshair_size medium; alias upch bch; alias downch sch"
    alias bch "cl_crosshair_size large; alias upch bch; alias downch mch"
    alias upch "mch"
    alias downch "sch"
    
    bind "]" "upch"
    bind "[" "downch"
    alias cross "adjust_crosshair;cl_crosshair_translucent "0"
    bind "l" "cross"
    Alias "w" "wait"
    alias "+a" "alias _special a;a"
    alias "-a" "alias _special"
    alias "a" "special;w;+attack;w;-attack"
    bind mouse1 +a
    bind k "usp; secammo; vest; hegren; flash; flash"
    alias disco "bind MOUSE1 +crosy; bind i discooff"
    alias discooff "bind mouse1 +a; adjust_crosshair 5; bind i disco"
    bind i "disco"
    press l for change color of crosshair
    press i for on or off disco crosshair
    press [ to have smaller cross
    press ] to have bigger cross
    Source: fpsbanana.com

  6. #6
    Join Date
    Jul 2009
    Posts
    3

    Re: Counter Strike Source crosshair color

    Thank you so much. I appreciate this. Morton thank you. !!!!!!!!!!!!

  7. #7
    Join Date
    Aug 2009
    Posts
    2

    Re: Counter Strike Source crosshair color

    i tried this & it does not work. So i looked it up on fpsbanana.com & it says it is it is a cs not css. Am i doing something wrong or is this the wrong script?

  8. #8
    Join Date
    Aug 2009
    Posts
    2

    Re: Counter Strike Source crosshair color

    bind "mouse1" "+attack; incrementvar cl_crosshaircolor 0 4 1; -attack" is the right command for sourse

  9. #9
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Counter Strike Source crosshair color

    Quote Originally Posted by Anaconda View Post
    bind "mouse1" "+attack; incrementvar cl_crosshaircolor 0 4 1; -attack" is the right command for sourse
    I don't know if that would work, but the one which i know that works is :

    Script :
    Code:
    bind "MOUSE1" "+changec"
    alias "+changec" "+attack; exec cc1.cfg"
    alias "-changec" "-attack"
    cc1.cfg :
    Code:
    //Red
    cl_crosshair_color "255 10 10"
    alias "+changec" "+attack; exec cc2.cfg"
    cc2.cfg :
    Code:
    //Blue
    cl_crosshair_color "0 0 255"
    alias "+changec" "+attack; exec cc1.cfg"

    Add the script in the autoexec.cfg file that exist in your cstrike folder. and save cc1.cfg and cc2.cfg in ctrike folder

Similar Threads

  1. Replies: 3
    Last Post: 11-02-2012, 12:34 AM
  2. Counter Strike v1.6 or Counter Strike Source
    By Ryder Allen in forum Video Games
    Replies: 5
    Last Post: 03-03-2011, 10:22 AM
  3. Counter Strike Source FPS Config!
    By Roasted in forum Video Games
    Replies: 6
    Last Post: 21-05-2010, 10:07 AM
  4. Configuration for Counter strike source
    By roshanK in forum Video Games
    Replies: 2
    Last Post: 03-02-2009, 01:12 PM
  5. Counter strike Source .
    By memphosatic in forum Video Games
    Replies: 3
    Last Post: 18-10-2008, 02:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,007,857.21212 seconds with 16 queries