How to Change you camera angle for specific addon peds?
-
I've installed a huge addon ped and the player's camera shows its leg. Any mod that changes the camera angle
-
@H-A-R-D-I-K-07 There isn't any out there at the moment. Theoritically might be done by using get ped hash and merging it with a custom camera mod.
-
There are camera scripts that allow you to change the camera positions (x,y,z), FOV, DOF, etc.
Or you can write your own simple script, which has the advantage that you can increment the camera's coordinates whereas the script mods it's 100% hit or miss.
ScriptCamera = World.CreateCamera(CamPosition, CamRotation, CamFOV);
This is how i did it with LemonUI.
-
@JohnFromGWN Thanks alot