05.06.2012, 07:28
I know you are using that, but whem you move these objects it should be like this:
What i am trying to understand, is if you are using CreateObject or createdynamic object or w/e..
pawn Code:
new somegate = CreateObject(blabla);
//and when you move it
MoveObject(somegate,blabla);

