18.12.2013, 10:13
You can try as this
new Float:movex = 1000.0;
new Float:movez = -1000.0;
And at each object line add something like this.
CreateObject(objectid,100.0+movex,100.0,100.0+movez,0.0,0.0,0.0);
So it moves that object for 1000.0 coords around the map for example.
Hope you got what I mean
new Float:movex = 1000.0;
new Float:movez = -1000.0;
And at each object line add something like this.
CreateObject(objectid,100.0+movex,100.0,100.0+movez,0.0,0.0,0.0);
So it moves that object for 1000.0 coords around the map for example.
Hope you got what I mean