29.09.2014, 13:58
The knife's position should be more closer to the player while throwing because it just looks like a knife appeared and goes through a straight line with great speed. You could get the knife more closer and increase it's speed only after it starts moving a bit.
Also, instead of doing "IsValidDynamicObject" check under OnPlayerUpdate always, go through OPU only if a variable is set. A single variable could be faster than IsValidDynamicObject check.
Also, instead of doing "IsValidDynamicObject" check under OnPlayerUpdate always, go through OPU only if a variable is set. A single variable could be faster than IsValidDynamicObject check.