Home   Help Search Login Register  

Author Topic: Placing Objects, Empty Vehicles and AI controlled vehicles on bridges  (Read 335 times)

0 Members and 1 Guest are viewing this topic.

Woolly

  • Guest
 Is it possible to place any type of object on to a bridge except people? everything else is put below the bridge in the water.

j-man

  • Guest
Did you set the height of the object? If not, then put this in the objects init field:

Code: [Select]
this setpos [getpos this select 0, getpos this select 1, XXX]
Remember to replace XXX with the height you want.
« Last Edit: 14 Apr 2004, 22:05:21 by j-man »

Woolly

  • Guest
Cheers