Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
cpl_BOB

Locking down units/vehicles?

Recommended Posts

is it possible to lock a vehicle to a specific place on the map, and not have it moved by rockets or explosions?

i want to make scenery from exploded tanks and stuff, but explosions keep knocking them off there positions..

Share this post


Link to post
Share on other sites

With a looping setpos script I think.

#Start

Tank1 setpos getmarkerpos "Tank1Pos"

goto "Start"

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (InqWiper @ June 25 2002,17:09)</td></tr><tr><td id="QUOTE">#Start

Tank1 setpos getmarkerpos "Tank1Pos"

goto "Start"<span id='postcolor'>

Infinite script loop / game lockup detected smile.gif

Make sure to put a ~0.1 inside there somewhere so that the game can continue...

Perhaps add a line that keeps it in the same orientation?

Share this post


Link to post
Share on other sites

Oops  smile.gif

Thats what happens when U dont try something before U say it, I usually try it, gotta make it more usual  tounge.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×