Cam::setFollowVehicleCamViewMode
Jump to navigation
Jump to search
Sets the type of Player camera in vehicles:
0 - Third Person Close
1 - Third Person Mid
2 - Third Person Far
4 - First Person
Syntax
mp.game.cam.setFollowVehicleCamViewMode(viewMode);Required Arguments
- viewMode: int
Return value
- Undefined
Example
// todo