02.01.2014, 14:47
Quote:
The indentation off of pastebin is all fucked up you should know actually just checked and also fucked up on solidfiles as well whats up with that Lordz? It's a pain in the ass to try and read this code.
Another couple of things, why bother using this LordzSAMTimer() if using the streamer ? Dynamic areas make a lot more sense. You create dynamic objects but don't use the MoveDynamicObject() function I would recommend removing dynamic objects completely since you use an acceleration type of function when moving the object the streamer is too slow to keep up with frames. |
2) About the timer : I've kept a define called USE_STREAMER. If it's defined, it'll use Dynamic object just for the S-A-M launcher. Thanks for reminding me about the DynamicAreas, when I'm updating the code, I'll add the dynamic area code if required.
3) Missiles are the only ones which are moving in this code and nope, I haven't used DynamicObjects on those missiles.