27.03.2011, 09:02
Hy there ! I have just made that my cam position but picture is like this :

Here is code :
What is the problem ?

Here is code :
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, -175.28817749023, 2593.9138183594, 75.777801513672);
SetPlayerCameraLookAt(playerid, -203.23046875, 2649.8662109375, 62.02103805542);
return 1;
}

