CreateCamera — FiveM Natives
0x5E3CF89C6BCCA67D · CAM · all
Creates a camera with the specified camera hash, You can use SET_CAM_ natives to manipulate the camera. Make sure to call RENDER_SCRIPT_CAMS once the camera is created, or this won't have any visible effect. Take a look at CREATE_CAM if you would like to see the available camera names. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| camHash | Hash | The hash of the camera type, use [GET_HASH_KEY](#\_0xD24D37CC275948CC) to get the camera hash from the name. |
| active | BOOL | Set to true if you wish to make this new camera the active camera. |
Returns
Cam