27 Feb 11, 03:21PM
(This post was last modified: 27 Feb 11, 03:22PM by Roflcopter.)
(27 Feb 11, 11:31AM)Luc@s Wrote: ...
Am I understanding this correctly as: If a player fires two AR bullets -- the first arrives after 130ms, the second after 240ms -- the first will be after more than 120ms delay so will be accepted but the second will be only 110ms later so will be discarded. If this is the case it is very broken but simple to fix.
Am I right in thinking it can simply be fixed by changing:
Quote:wait<gs.gunwait[e.gun]
to
Quote:wait+40<gs.gunwait[e.gun]
which is far more permissible?