Thread: CSGO Items API
View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 08-13-2016 , 02:24   Re: CSGO Items API
Reply With Quote #28

Quote:
Originally Posted by Neuro Toxin View Post
It's in the weapon scripts as "CycleTime"

There are also spreads:

PHP Code:
    // accuracy model parameters
    
"Spread"                0.60
    
"InaccuracyCrouch"            7.39
    
"InaccuracyStand"            9.85
    
"InaccuracyJump"            0.685
    
"InaccuracyLand"            0.205
    
"InaccuracyLadder"            118.716
    
"InaccuracyFire"            6.70
    
"InaccuracyMove"            99.34 
Cycle time isn't the reload time. He already added cycle time and the spread to the code.
Mitchell is offline