Jump to content
Sign in to follow this  
celery

Top view camera

Recommended Posts

I'm trying to make a mission where you look at your unit from above but still have the ability to control it. I already got it half working, but I can't make the camera look down.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_cam = "Camera" createvehicle [(getpos player select 0), (getpos player select 1), 30]

_cam switchCamera "internal"

#loop

_cam camSetPos [getpos player select 0,getpos player select 1,(getpos player select 2)+30]

_cam camSetTarget [getpos player select 0,(getpos player select 1)+1,0]

_cam camCommit 0.001

~0.001

goto "loop"

What's wrong, and how can I automatically disable the crosshair in the middle?

Share this post


Link to post
Share on other sites

Bumpety bump. Camera specialists reading this?

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  

×