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