SA-MP Forums Archive
Camera Pos, Facing Angle, etc... - 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)
+--- Thread: Camera Pos, Facing Angle, etc... (/showthread.php?tid=396951)



Camera Pos, Facing Angle, etc... - 69 - 02.12.2012

Is there any way to make the Pos. and Facing angle? It's pretty hard to get it perfectly while doing it on foot, is there any tutorial or include/plugin that can make the task easier?
If not, can you give me some tips?


Re: Camera Pos, Facing Angle, etc... - 2KY - 02.12.2012

Use a jetpack, it makes it soooo much easier.


Re: Camera Pos, Facing Angle, etc... - Xoomer - 02.12.2012

pawn Код:
SetPlayerPos(playerid,float,x,y,z);
    SetPlayerCameraPos(playerid, float,x,y,z);
        SetPlayerFacingAngle(playerid,x,y,z)
    SetPlayerCameraLookAt(playerid,float,x,y,z);
    return 1;
}

use this and put ur place x,y,z


Re : Camera Pos, Facing Angle, etc... - 69 - 02.12.2012

I know that! I need something that will precisely go to a specific location (without me fighting it over and over).


Re: Camera Pos, Facing Angle, etc... - Xoomer - 02.12.2012

here and there like that you need ?


Re : Camera Pos, Facing Angle, etc... - 69 - 02.12.2012

I'm looking for something that will make my camera move and when I press a command it will give me the coordinates for every setcamera thingy.
Like textdraw editors. You edit textdraws IG and it gives you the code in your file.


Re: Camera Pos, Facing Angle, etc... - dr.lozer - 02.12.2012

Use Jetpack


Re : Re: Camera Pos, Facing Angle, etc... - 69 - 02.12.2012

Quote:
Originally Posted by [HLF]Southclaw
Посмотреть сообщение
You can use my Conematic Camera Script or the SA:MP Map Editor to get camera positions and lookat positions.
Didn't think of that I LOVE YOU