[Include] hCamera - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] hCamera (
/showthread.php?tid=406420)
hCamera -
hustrine - 10.01.2013
Hi everyone! Today i ahow you my new include - hCamera.
With this include you can change player camera to first person or second person.
how this include work
It very easy.
Just you can put one line in your script.
Код:
setCamera( playerid, 0 ); //first person camera
setCamera( playerid, 1 ); // second person camera
So take this and use!
<removed>
Credits - Hustrine
Re: hCamera -
Swimor - 10.01.2013
Screens?
Re: hCamera -
hustrine - 10.01.2013
Later i take photo's.
P.S. Sorry for my bad english. ;(
Respuesta: hCamera -
CaptainMactavish - 14.01.2013
Second person camera view doesn't exist.
Re: hCamera -
hustrine - 14.01.2013
I know. That's my bad... Then you download include, open him and chose code at there
Код:
case 0: firstPerson( playerid );
case 1: SetCameraBehindPlayer( playerid );
P.S. Sorry for mad bad english. ;(