Skip to main content

Cam::setFollowVehicleCamViewMode

Sets the type of Player camera in vehicles:

0 - Third Person Close 1 - Third Person Mid 2 - Third Person Far 4 - First Person

Syntax

```js mp.game.cam.setFollowVehicleCamViewMode(viewMode); ```

Required Arguments

  • viewMode: int

Return value

  • Undefined

Example

```js // todo ```

See also