How to disable auto centering camera on vehicles?

Hi, i’ve seen in a server that they have disabled camera auto-centering for vehicles, which is really cool for first person camera when driving helicopters. I have take a look at the natives, and also did some googling but can’t seems to find how to achieve this. Can anyone point me in the right direction?

That is a setting in the normal GTA settings menu. I think it is in the camera submenu. You can toggle it there.

If you are looking to do this for every client, you might be able to do it using the profile commands. Type in cmdlist in the F8 console and you will see a list of all commands available. There are many prefixed with profile_.... Just look through them and see if you can find it :slight_smile:

Okay, just did it myself, it’s probably profile_fpsAutoLevel. You can set it to 0 using ExecuteCommand on client side.
Though I would not recommend things like that, as it will reset peoples settings if they want to keep it disabled/enabled.

1 Like

OMG no wonder I wasn’t finding anything! Thanks a lot!

1 Like