Hey all, I hope you all that asked for (@manugo.dev @Baelroak @CansecoDev) see this. I get this working
If you use GetCamActiveViewModeContext() you will have one of the following
ON_FOOT = 0,
IN_VEHICLE = 1,
ON_BIKE = 2,
IN_BOAT = 3,
IN_AIRCRAFT = 4,
IN_SUBMARINE = 5,
IN_HELI = 6,
IN_TURRET = 7
If you use “SetCamViewModeForContext” you can get the first person working for the contexts that you want
For example:
SetCamViewModeForContext(0, 4)
SetCamViewModeForContext(1, 4)
SetCamViewModeForContext(2, 4)
SetCamViewModeForContext(3, 4)
SetCamViewModeForContext(4, 4)
SetCamViewModeForContext(5, 4)
SetCamViewModeForContext(6, 4)
SetCamViewModeForContext(7, 4)
Also, I am working in a mod where you have first person while on foot but with the third person animations, exactly for a city “only first person”, if any of you want updates just ask me