06.11.2011, 07:12
Object Offset
If you have multiple objects you would like to move relevant to one another, and you don't want to go through hundreds/thousands of objects, doing the math and changing one or more values on each of them one at a time, this program's for you.
Place all of your objects in a file. Make sure you have only objects in that file. For example:
Код:
CreateObject(345, 150.0, 250.0, 350.0, 0, 20.0, 0); CreateObject(345, 160.0, 260.0, 260.0, 0, 20.0, 0);
Код:
CreateObject(345, 150.0, 250.0, 351.0, 0, 20.0, 0); CreateObject(345, 160.0, 260.0, 261.0, 0, 20.0, 0);
Download
[Mediafire]
Source
[Mediafire]