Home   Help Search Login Register  

Author Topic: How do i stack sandbags?  (Read 600 times)

0 Members and 1 Guest are viewing this topic.

.::RAMMSTEIN::.

  • Guest
How do i stack sandbags?
« on: 29 May 2003, 23:45:57 »
hey i was playing a mission and they had stacked sandbags, how do i do this?
thanks! ???

Offline Igor Drukov

  • Contributing Member
  • **
  • Conscientious Subjector
Re:How do i stack sandbags?
« Reply #1 on: 30 May 2003, 00:52:21 »
Type this in the init line of objects that you don't want on the ground :

this setpos [getpos this select 0, getpos this select 1,_myheight]

Obviously, _myheight is the number of meters above the ground...  ;D

Hope this is what you needed.