• How to make gradually increasing rate of fire for weapon?
    1 replies, posted
I want create Supra from warframe and not know how to weapon start with low fire rate and end with "crazzyyy minigun" fire rate
Something like this inside SWEP:PrimaryAttack() will suffice self:SetNextPrimaryFire( CurTime() + self.FireDelay ) where self.FireDelay is the number of seconds between shots. A value of 0.2 will give you 5 shots per second, for example, so by changing this variable you can change the fire rate.
Sorry, you need to Log In to post a reply to this thread.