/lobby ?
#2

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.

Код:
SetPlayerPos(playerid, /*x, y, z*/);
SetPlayerCameraPos(playerid, /*x, y, z*/);
SetPlayerCameraLookAt(playerid, /*x, y, z*/);
Just put that under a /lobby command.
Reply


Messages In This Thread
/lobby ? - by NoteND - 24.04.2018, 17:04
Re: /lobby ? - by ItsRobinson - 24.04.2018, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)