SA-MP Forums Archive
CameraPos - 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: CameraPos (/showthread.php?tid=176536)



CameraPos - Sparnex - 13.09.2010

hey Guys how i can make a good camerapos i moved my old and now its bad Quality
please poste here the command thanks


Re: CameraPos - Sparnex - 13.09.2010

anyone please i need it


Re: CameraPos - Nero_3D - 13.09.2010

How to make a good camera position ?
I dont know I just go somewhere and say yes I like this view

About the bad quality
You need to set the position of the player, too
Even if you dont want him in the view


Re: CameraPos - Sparnex - 13.09.2010

ok please give me the lines i dont understand how to do that thanks


Re: CameraPos - Toni - 13.09.2010

If you want things to be streamed in for the player (vehicles/objects), you have to set the player's position to near where the camera is facing.
I.e
pawn Код:
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
SetPlayerCameraPos(...);



Re: CameraPos - Sparnex - 13.09.2010

near or same?


Re: CameraPos - Mauzen - 13.09.2010

It does not need to be the same, everything within a specific distance to the player (but not to the camera) will be streamed in for that player. Putting him somewhere in a radius of 20-30 units should be okay for most uses.