Hi, is there any way to make an independent threat runing beside the script?
Something like with Speedo thread, the texurerender script is runing independ from the main thread ?
I belive its runing with some special class like this:
| CODE |
class SpeedoRender : public ID3DDeviceHook |
But game crashes whenever i try to create second ScriptThread in the project
| CODE |
class SpeedoRender : public ScriptThread |
Thanks!
This post has been edited by MOrdecki on Sunday, Jul 29 2012, 16:39