20.09.2016, 16:58
I was wondering how I could get a top-down view for a camera, similar to a satellite.
// 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
pawn Код:
|