Jump to content
Sign in to follow this  
mattxr

Spawn 5 Script

Recommended Posts

Ok im making a mission where you spawn to a base on a island.. which is done, but then after 5min i want the player to spawn to the airbase.. this is how ive done it.. but i cant get the getpos setpos airbase to work am i doing it wrong..

_unit Getpos setpos airbase

?? ive got the _unit bit sorted.. just need the setpos getpos working any help would be great thanks

Share this post


Link to post
Share on other sites

first of all, it's

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_unit setpos (getpos airbase)

This, however, is only if airbase is a object. If airbase is a marker, then it's:

Quote[/b] ]_unit setpos (getmarkerpos "airbase")

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  

×