I dont come here often but...
I remember somewhere there was a calculation to change rate of fire from 750Rnds/min to the delay in decimal form SWEP.Primary.Delay = 0.075 anyone know how i could do this accurately.
Primary.Delay is the time before you can fire another bullet in seconds. It's a simple calculation.
1 min = 60 seconds
750 rounds in 60 seconds
1 round in 60/750 seconds
2/25 = .08
Basically, SWEP.Primary.Delay = 60 / #round a minute.
Do the math yourself, it's simple
750 rounds/minute
750/60 = 12.50 rounds/second
1/12.50 = 0.080 seconds/round
SWEP.Primary.Delay = 0.08
[editline]07:52PM[/editline]
Shit
60/rpm = delay
If you want 1 round per minute, 60/1 = 60 seconds. 750 rounds per minute, 60/750 = 0.08 seconds.
[editline]02:55PM[/editline]
Damn it, double ninja.
:cheers:
Thanks for the help, exactly what i was looking for, Now to get my book of weapons...
Sorry, you need to Log In to post a reply to this thread.