18.10.2016, 19:08
When I turn on my server, go into samp, on my log-in screen, the camera is looking at the default verona beach thing, unless I do /rcon gmx, then it runs fine and the camera moves as I wanted to.
When you turn on sa-mp at first, the camera is looking at the default verona beach thing, but when you /rcon gmx, it's fine.
I added this under OnPlayerConnect.
Any solution for this, or this is just a typical bug? Thanks
When you turn on sa-mp at first, the camera is looking at the default verona beach thing, but when you /rcon gmx, it's fine.
I added this under OnPlayerConnect.
pawn Код:
SpawnPlayer(playerid);
TogglePlayerSpectating(playerid, 1);
InterpolateCameraLookAt(playerid, 2325.7061,-1063.7642,55.4202, 2325.7061,-1063.7642,45.4202, 10000, CAMERA_MOVE);
InterpolateCameraPos(playerid, 3.1435,-1955.6364,88.1194, 2106.8354,-1270.0221,100.7057, 10000, CAMERA_MOVE);