Press your regular phone button (up-arrow/dpad-up by default) to enter camera mode.
Press it again to enter selfie mode (can take a few tries).
Take a picture by pressing the Take Picture button (Enter/LeftMouseClick/A)
Exit your phone by pressing the Exit Phone button (Backspace/B by default).
I was wondering is it possible when you go either in selfie or fullscreen camera mode, you would remove all the components of the screen like you would enter a menu or map for vRP.
With something like this:
Not only with the: HideHudComponentThisFrame(*) HideHudAndRadarThisFrame()
The release it self works great and removes the game “frames” like map etc. not the on-screen features like money on-hand/bank, hunger and thirst.
Thank you for replying.
I was just wondering if its possible. (I’m new to lua.) Didn’t mean to offend you and your work in any way! Your script is awesome.
I will try to figure the system out if its possible or not. Cheers!
The photos aren’t stored anywhere, they’re never taken.
There currently is no possible way to take a screenshot with natives and store them (none that I know of).
Changelog:
– Entering selfie mode is consistent now, a single press is enough to switch.
– You can now take pictures! That doesn’t mean you can preview them, save them, or upload them anywhere (yet? ). They get stored in C:\Users\%USERNAME%\Documents\Rockstar Games\GTA V\Profiles\[inside one of folders idk which you'll have to guess]
– Changed the input group it’s been using, preventing the camera turning on when input is disabled.
Hello, I would like to know how I can change the keys to open the camera, currently open up arrow / down arrow, I would like to change the keys for example to number 8 and 9 as I do?
You would have to change your in game keys for opening phone to what ever you wanna change it to!
Haven’t looked into the files yet, since on phone but if I see a key change in the resource file. Will update
Edit: You can Change the Camera Open and selfie mode key to what ever in the Client.Lua File. This is the link to the keys converter into Fivem Key Assigner https://wiki.fivem.net/wiki/Controls.
Change lines 55 and 60 (so the camera button is also your button to switch between modes) in the client.lua to the key you want to use. See the reply above to find the key number you want to use.