24.04.2018, 17:13
Set the player somewhere near the place you want them to look at (so that the objects are streamed in) and then set the players camera pos with SetPlayerCameraPos and SetPlayerCameraLookAt.
Player spectating isn't needed for that.
Just put that under a /lobby command.
Player spectating isn't needed for that.
Код:
SetPlayerPos(playerid, /*x, y, z*/); SetPlayerCameraPos(playerid, /*x, y, z*/); SetPlayerCameraLookAt(playerid, /*x, y, z*/);