---- CINEMATIC CAM FOR FIVEM MADE BY KIMINAZE ----

What exactly is the "Cinematic Cam"? The Cinematic Cam provides the user with an easy to use "additional" camera, that can be moved freely in the world. Additionally it can be attached to any npc/player/vehicle in the game in order to provide something similar to a "Dashcam" or just for fancy screenshots or videos. You can set it on a specific position and angle relative to your character and the camera will move with the entity.

Requirements:

Known issue

  • If you got this error: "SCRIPT ERROR: @cinematiccam/client/client.lua:180: attempt to call a nil value (method `Remove`)"
  • Please download NativeUILua again from this link.
  • The "latest release" is an older version and hasn't been updated by the developer.

Features included:

  • Toggle the camera on / off.
  • Moving and rotating on all axes.
  • Using mouse AND controller input for rotation.
  • Setting precise rotation.
  • Setting field of view and speed of the camera.
  • Applying / removing a filter.
  • Setting filter intensity.
  • Toggle minimap on / off.
  • Attach camera to any npc/player/vehicle entity.
  • Toggle between player and camera control.
  • You can set up a permission based system rather easily.

Setting up a permission based system:

  • Set Config.usePermissions to true in config.lua
  • Add ace permissions with the name "CinematicCamPermission" in your server.cfg