Jump to content

Disable the "interest zoom camera" ?


Recommended Posts

Posted

Please elaborate on the description. I have no clue what "Interest zoom camera" means.

You could try checking the Camera methods in the RAGE API. There is more in there than you might think.

Posted (edited)
vor 1 Stunde schrieb introzen:

Please elaborate on the description. I have no clue what "Interest zoom camera" means.

You could try checking the Camera methods in the RAGE API. There is more in there than you might think.

Hey. Thanks for your response.
I mean the Camera which activates, if you stay afk a bit. The camera automatically follows other players in First Persion view.

Edited by Kalle801
  • 11 months later...
Posted

Hey sorry that i activate this old thread again but i have the same problem.

when i create a cef window as a purchase menu with some clothes or tattoos, after about 5 seconds the camera changes to first person and looks around so ican't see the character.

Is there any method to avoid this looking arround?

Posted (edited)

 

Am 15.4.2020 um 14:45 schrieb Ahmed:

I don't think there's a clientside function for it but you'd want to invoke both of this natives every few seconds. Doesn't have to be in render.

https://www.dev-c.com/nativedb/func/info/f4f2c0d4ee209e20

https://www.dev-c.com/nativedb/func/info/9e4cfff989258472

when i open the links it shows all the natives not just the one that i clicked on and i also can't find the natives that you mean by the search function

Edited by Mondi_DE
Posted

Add this in client-side and enjoy :)

Good luck.

setInterval(() => {
  mp.game.invoke('0x9E4CFFF989258472');
  mp.game.invoke('0xF4F2C0D4EE209E20');
}, 25000);
  • Like 4

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...