Help with cam ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with cam ! (
/showthread.php?tid=244430)
Help with cam ! -
Alex.Cone - 27.03.2011
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 ?
Re: Help with cam ! -
Raimis_R - 27.03.2011
What you whana do?
Re: Help with cam ! -
Alex.Cone - 27.03.2011
That picture isn't like that . You see that picture is dimly .
Re: Help with cam ! -
Alex.Cone - 27.03.2011
It's not clear . I can't see that big chicken . Do you understand me ?
Re: Help with cam ! -
MadeMan - 27.03.2011
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;
}
Re: Help with cam ! -
Alex.Cone - 27.03.2011
It works . Thank you