14.06.2011, 14:31
Hey guys, How can I set the Camera at a certain place for the class selection ..??
Here is what I have, but all these coords are the original ones, I want to move the CameraPos and CameraLookAt, How can I get the right coords for it?
Thanks in advance
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}
Thanks in advance