Results 1 to 5 of 5
  1. #1
    Twizzy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    28
    Reputation
    6
    Thanks
    1
    My Mood
    Psychedelic

    Smaller Crosshairs

    Quote Originally Posted by AZUMIKKEL
    self _setperk("specialty_bulletaccuracy");
    self setClientDvar("perk_weapSpreadMultiplier", 0.20);

    Set perk_weapSpreadMultiplier lower for smaller crosshair. Default is 0.65
    doesnt work... please help?

    My code:

    Code:
    dvars()
    {
    self endon("disconnect");
    
    setDvar("cg_fov", 70);
    setDvar( "cg_fovscale", 1.085);
    self setClientDvar("com_maxfps", 0);
    
    currentWeapon = self getCurrentWeapon();
    if ( currentWeapon == "famas_acog_mp" )
    	{
    	setDvar("cg_crosshairAlpha", 0.1);
    	setDvar("cg_crosshairAlphaMin", 0.1);
    	
    	}
    if ( currentWeapon == "deserteagle_mp" )
        {
    	setDvar("cg_crosshairAlpha", 0.1);
    	setDvar("cg_crosshairAlphaMin", 0.1);
        }
    
    self player_recoilScaleOn(0);
    
    wait 0.1;
    }
    What im trying to do is make the crosshairs have no bloom (spread) and small
    Last edited by Twizzy; 08-15-2012 at 08:34 AM.

  2. #2
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    What error do you get? Unknown function, Syntax...

  3. #3
    dsillman2000's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Yeah, can you post the message it gives you with the error?

  4. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Try to add sv_cheats 1

  5. #5
    penutbutr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Canada
    Posts
    3
    Reputation
    10
    Thanks
    0
    "self setClientDvar("perk_weapSpreadMultiplier", 0.20);"
    no self because it it sent globally and not on the player only

    do
    self _setperk("speciality_bulletaccuracy");
    setDvar("perk_weapspreadmultiplier", "0.20");

Similar Threads

  1. Make the Crosshair smaller...
    By dertolleadrian in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 07-27-2010, 07:55 AM
  2. COD4 - smaller crosshair
    By Nejcy in forum Hack Requests
    Replies: 0
    Last Post: 01-18-2010, 11:16 AM
  3. Crosshair 1.0.7 (like no scope)
    By vega in forum WarRock - International Hacks
    Replies: 57
    Last Post: 01-12-2007, 02:33 PM
  4. RedDot[CrossHair]
    By Gabriel in forum WarRock - International Hacks
    Replies: 52
    Last Post: 01-09-2007, 01:11 PM
  5. Working Crosshair [No Blinking]
    By MagikBullet in forum WarRock - International Hacks
    Replies: 10
    Last Post: 12-24-2006, 02:50 PM