04.01.2013, 04:20
Change this:
To this:
There was a little flaw in your coords. It should be fixed now. If not, let me know n' post the compile results.
Код:
if(p_count) { g_gateTog = 1; MoveObject(g_gate, 2890.60, -1963.5, 17.2-5.0, 1.0, 0.0, 0.0, 0.0); }
Код:
if(p_count) { g_gateTog = 1; MoveObject(g_gate, 2890.60, -1963.5, 17.2, -5.0 , 0.0, 0.0, 0.0); }