11.01.2016, 23:16
So I tried changing the CameraLookAt and pos but seems not to work
I still have the default camera view
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerCameraPos(playerid, 1486.9767,-1579.1045,67.2109);
SetPlayerCameraLookAt(playerid, 1483.6805,-1671.0867,15.9783);
SetSpawnInfo(playerid, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0);
TogglePlayerSpectating(playerid, true);
return 1;
}