Hi, im looking for effect like “Flying camera in clouds” while u joining Gta: Online session. I attached a video for example. I know that its possible to make, but i didnt found any information or effects for this camera.
M8be somebody know about effect or something like that?
hi, sorry if i write you after all this months… i was able to achieve the animation and leave it suspended for all the time i need to… the problem is… how do make the zoom in effect? i mean the reverse of the camera going up on the sky, the StopPlayerSwitch() just stop it (like a cutscene)
I did a while back, I found an unknown native which did the trick. It’s now been documented (SwitchInPlayer) and you can use it as follows.
SwitchOutPlayer(PlayerPedId(), 0, 1) Will put you up into the clouds and leave you there then SwitchInPlayer(PlayerPedId()) (_0xD8295AF639FD9CB8)Takes you back down to your ped and moves the camera if the ped is in a different location.
@Jaymo already provided the answer… not sure why there’s so much confusion.
Of course nobody’s going to give you the full script completed, jaymo gave you the natives that you needed to use and now it’s up to you to put those to use in your script wherever you want to put them.