03.12.2013, 15:43
Hi All! ((Sorry for my bad english))
Here's one of my jobs.
Infinite plane in three lines.
Diameter can change.
Code:
Here's one of my jobs.
Infinite plane in three lines.
Diameter can change.
Code:
PHP код:
for(new x=-5; x < 4000; x+=5)
for(new y=-5; y < 4000; y+=5)
CreateDynamicObject(19377, x, y, 1400.100, 0.0, 90.0, 0.0);