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
#2

[ame]http://www.youtube.com/watch?v=PFWnXssIBRA&feature=channel_video_title[/ame]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)