Jump to content
Sign in to follow this  
Supernova

positioning player on a building

Recommended Posts

How do i put myself on a tower or weapons on the very top of a tower. For example lets use the mapface eu castle tower as an example I want to put a ICP rpg crate on the very top floor and myself on the very top floor how would i do this ?

Share this post


Link to post
Share on other sites
How do I place a unit on a certain height?

Put into init.field:

Code Sample

this setpos [(getpos this select 0), (getpos this select 1), 9]

The array for setpos is [x,y,z] with z being height in meters.

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  

×