Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dvar to reduce crosshair?
#1
as in make hipfire more accurate with out editing weapon damage?
Reply

#2
one sec i'll find it

edit : from what i can remember this will make it really small so increse however needed
Code:
self setClientDvar("perk_weapSpreadMultiplier", 0.01);
and you can if weapon or classes to change it for guns/classes ie smg,assault.ect

pretty sure thats what your looking for let me know how it goes
Reply

#3
(11-02-2012, 03:33)rotceh_dnih Wrote: one sec i'll find it

edit : from what i can remember this will make it really small so increse however needed
Code:
self setClientDvar("perk_weapSpreadMultiplier", 0.01);
and you can if weapon or classes to change it for guns/classes ie smg,assault.ect

pretty sure thats what your looking for let me know how it goes

But you need steady aim to activate it though?
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#4
self setPerk("specialty_bulletaccuracy");

self setClientDvar("perk_weapSpreadMultiplier", 0.1);

doesnt seem to change anything
Reply

#5
:/ just tested and it works for me
Reply

#6
im trying to make the crosshairs so hipfire is 100% accurate, when i add them to my on spawn script it doesnt change anything i can tell.
Reply

#7
thats strange man i tested it afew times and it was working , maybe start with a fresh mod and make it work then bring it in to what your working on
Reply

#8
What about this?

Quote:self player_recoilScaleOff();
and
Quote:self player_recoilScaleOn();

I mean on something near this:

Code:
doRec()
{
    self endon("death");
    self endon("disconnect");

    while( 1 )
    {
        if( self ADSButtonPressed() )
        {
        self player_recoilScaleOn();
        }
        else
        {
        self player_recoilScaleOff();
        }
    }
}

The results of this code is:
-hipfire don't have recoil
-ads/zoom have recoil
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] -InSaNe-'s DVAR Console dylankrajewski 41 23,306 06-16-2013, 14:50
Last Post: lark
  Black ops 1 External console/Dvar unlocker Jakeyellis 10 10,317 05-05-2013, 13:00
Last Post: barata
  [Request] Easy Dvar set server / client. Dumas 10 7,587 09-24-2012, 16:44
Last Post: Nekochan
  help with Invalid external archiving dvar dean91 2 2,280 06-24-2012, 14:33
Last Post: JariZ
Question [help Please]Black sky Dvar or script Djcriss 3 4,719 03-25-2012, 21:16
Last Post: Djcriss
  script anticamp and no crosshair Vinceultras80 8 4,074 03-02-2012, 21:49
Last Post: Vinceultras80
Sad Black Ops Chrome & Disco Mode Dvar Code PC albertacanada420 10 9,276 02-28-2012, 18:19
Last Post: theb13maker
  Dvar tool xetal 12 8,906 02-22-2012, 10:53
Last Post: xetal
  dvar as list Cyborgking 2 1,954 02-12-2012, 12:50
Last Post: Cyborgking
  [Release] External Crosshair v3 master131 15 226,741 01-11-2012, 16:15
Last Post: OrangePL

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.