Kalle801 Posted April 13, 2019 Share Posted April 13, 2019 I would like to know if there is a way to do that ? I would be very greatful ❤️ Link to comment Share on other sites More sharing options...
introzen Posted April 17, 2019 Share Posted April 17, 2019 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. Link to comment Share on other sites More sharing options...
Kalle801 Posted April 17, 2019 Author Share Posted April 17, 2019 (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 April 17, 2019 by Kalle801 Link to comment Share on other sites More sharing options...
Mondi_DE Posted April 13, 2020 Share Posted April 13, 2020 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? Link to comment Share on other sites More sharing options...
Ahmed Posted April 15, 2020 Share Posted April 15, 2020 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 Link to comment Share on other sites More sharing options...
Mondi_DE Posted April 17, 2020 Share Posted April 17, 2020 (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 April 17, 2020 by Mondi_DE Link to comment Share on other sites More sharing options...
Fragrus Posted April 19, 2020 Share Posted April 19, 2020 Add this in client-side and enjoy Good luck. setInterval(() => { mp.game.invoke('0x9E4CFFF989258472'); mp.game.invoke('0xF4F2C0D4EE209E20'); }, 25000); 4 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now