multikiller 0 Posted May 20, 2007 Hi there, i'm building my own base somewhere in the north of the island, and now i'm building the runway, but i got a problem: i want to get the runway some higher cause when i place it now, you almost won't see it cause of the grass. but when i place in the init line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this setPos [ getPos this select 0, getPos this select 1, (getPos this select 2) +1] the runway won't go higher but it moves in a direction but the height is still the same? Does some1 know how to get the runway placed some higher? (sorry for my poor english) Share this post Link to post Share on other sites
Adv 0 Posted May 20, 2007 Try using this instead. this setpos [(getpos this select 0),(getpos this select 1), 1] Edit: The last number is what determines the hieght of an object, I'm not 100% clear on exactly what your doing but if its an object this should work. Share this post Link to post Share on other sites
multikiller 0 Posted May 20, 2007 Try using this instead.this setpos [(getpos this select 0),(getpos this select 1), 1] Edit: The last number is what determines the hieght of an object, I'm not 100% clear on exactly what your doing but if its an object this should work. i tried it, but doesn't work try it yourself! you can find it here: empty -> street -> runway if i put in the code it doesn't move in height but it moves to the north Share this post Link to post Share on other sites
Adv 0 Posted May 20, 2007 Strange, I'm afraid I have no more suggestions but I'm sure someone will be along soon to help. Share this post Link to post Share on other sites