Top down view with a camera?
#1

I was wondering how I could get a top-down view for a camera, similar to a satellite.
Reply
#2

pawn Код:
// GetPlayerPos(playerid, x, y, z); // If you want! This will make your camera look down on you! (Uncomment if you want this)
SetPlayerCameraPos(playerid, x, y, z+50); // You set the camera at a position (Change only the Z)
SetPlayerCameraLookAt(playerid, x, y, z); // You make the camera look down
Reply
#3

Quote:
Originally Posted by Nikkel
Посмотреть сообщение
pawn Код:
// GetPlayerPos(playerid, x, y, z); // If you want! This will make your camera look down on you! (Uncomment if you want this)
SetPlayerCameraPos(playerid, x, y, z+50); // You set the camera at a position (Change only the Z)
SetPlayerCameraLookAt(playerid, x, y, z); // You make the camera look down
You forgot to create the X, Y, Z variables.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)