Im running out of time for our mod is shedualed to be released soon and I cant figure out how to fix this one bug, let alone why/what is causing it to happen. In a nutshell, we have made the UT99 Domination gametype for UT2004. The problem is that randomly when a control point is captured the players gun shows the muzzle flash like when it is fired. But no bullet actualy comes out, and no sound. It looks like the player just fired off one round even tho the player did not. Below is a screen shot of it happening. (note the problem is not limited to only at a control point, it can happen at any other point in the map)

While I am not allowed to give out the code for the mod (until its release) I can tell you that it does have alot of the code from UT99 updated for 2k4. The main class extends TeamGame and the ControlPoint extends from xDomPoint. It has a combination of UT99 control point code and 2k4's xDomPoints code.
Does anyone have any idea why or what maybe causing this problem? Any suggestions on how to fix?

While I am not allowed to give out the code for the mod (until its release) I can tell you that it does have alot of the code from UT99 updated for 2k4. The main class extends TeamGame and the ControlPoint extends from xDomPoint. It has a combination of UT99 control point code and 2k4's xDomPoints code.
Does anyone have any idea why or what maybe causing this problem? Any suggestions on how to fix?
Comment