Liberty Unleashed

Scripting => Script Help => Topic started by: VCS on May 11, 2013, 10:38:42 pm

Title: Placing of Objects
Post by: VCS on May 11, 2013, 10:38:42 pm
Is there are program(Build tool)/method(If so a method, how to use it) to use to place objects at a particular area? I have seen some servers in the past few days, and some have long roads(Object roads). And the roads a evenly on both sides. Can someone tell me, and give me an example?
Title: Re: Placing of Objects
Post by: Shadow. on May 13, 2013, 06:07:22 pm
Build your own object mover using object moving scripts, you can also use physics to determine when an object stops ( I done this with my missile launcher and yeah it works :) )

You can use bindkeys and client->server callfuncs.
Title: Re: Placing of Objects
Post by: Rocky on May 14, 2013, 11:04:07 am
I am currently working on a object positioning script. I will release it soon. If you don't like waiting try doing it with shadow's idea. :)