Home   Help Search Login Register  

Author Topic: [ solved ]How to add a level building?  (Read 936 times)

0 Members and 1 Guest are viewing this topic.

Offline UH60MG

  • Members
  • *
[ solved ]How to add a level building?
« on: 26 Jun 2008, 19:36:34 »
Is there a way to add a building object to a mission that does not align itself to uneven ground but to the horizontal?
« Last Edit: 26 Jun 2008, 23:35:32 by UH60MG »

Offline loki72

  • Former Staff
  • ****
    • Loki's Nightmare
Re: How to add a level building?
« Reply #1 on: 26 Jun 2008, 23:24:20 »
greetings,

in the buildings init:

Code: [Select]
this setpos [getpos this select 0, getpos this select 1,((getpos this select 2) + 0)]; this setVectorUp [0,0,+0.1]
 :)

Offline UH60MG

  • Members
  • *
Re: How to add a level building?
« Reply #2 on: 26 Jun 2008, 23:35:15 »
I didn't think it was possible, thanks.