Player::setCoordsKeepVehicle
teleports ped to coords along with the vehicle ped is in
Syntax
```js player.setCoordsKeepVehicle(posX, posY, posZ); ```
Required Arguments
- posX: float
- posY: float
- posZ: float
Return value
Example
```js // todo ```
See also