Help with cam !
#1

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



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;
}
What is the problem ?
Reply
#2

What you whana do?
Reply
#3

That picture isn't like that . You see that picture is dimly .
Reply
#4

It's not clear . I can't see that big chicken . Do you understand me ?
Reply
#5

Put player in the same pos with camera

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -175.28817749023, 2593.9138183594, 75.777801513672);
    SetPlayerCameraPos(playerid, -175.28817749023, 2593.9138183594, 75.777801513672);
    SetPlayerCameraLookAt(playerid, -203.23046875, 2649.8662109375, 62.02103805542);
    return 1;
}
Reply
#6

It works . Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)