How can I set the Camera on the Class selection?
#1

Hey guys, How can I set the Camera at a certain place for the class selection ..??

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;
}
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
Reply


Messages In This Thread
How can I set the Camera on the Class selection? - by Ehab1911 - 14.06.2011, 14:31
Re: How can I set the Camera on the Class selection? - by XxMatej94xX - 14.06.2011, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)