Create stunning visuals for your FiveM server with this feature-rich Cinematic Camera. Whether you want to make a mind-blowing trailer, a jaw-dropping background, or anything else your heart desires. This Cinematic Camera has everything you need.
## default Camera Settings
setr camera:FOV 50
setr camera:NearDof 0
setr camera:FarDof 8
setr camera:ShallowDoF 0
setr camera:MoveSpeed 1
setr camera:MotionBlur 0
# Camera Whitelist
## Turning off will allow all players to access the camera
set camera:whitelist true
# Upload apkiKey
## Requires https://www.fivemanage.com, NOT discord!
### Discord will compress the image and has a rate limit on uploads, which could impact the rest of your server
set FIVEMANAGE_IMAGE_TOKEN ""
function HideHud(hide)
-- add a trigger event here to hide your hud
DisplayRadar(not hide)
-- example
--TriggerEvent('codem-blackhudv2:SetForceHide', hide, hide)
return
end
function ShowBars(show)
-- exectue code when the bars are shown
return
end
function Notify(title, message)
-- add a trigger event here to show a notification
-- default: ox_lib
lib.notify({
title = title,
description = message,
position = 'top',
duration = 15000,
style = {
backgroundColor = '#141517',
color = '#C1C2C5',
['.description'] = {
color = '#909296'
}
},
icon = 'triangle-exclamation',
iconColor = '#e63a20'
})
end
-- for advanced users
FoVvalues = {"10", "20", "30", "40", "50", "60", "70", "80", "90","100"}
ShallowValues = {"false", "true"}
-- timecycles
FilterValues = {"None", "fp_vig_black","BloomMid", "NG_filmic15", "NG_filmic18","Multipayer_spectatorCam","secret_camera","CAMERA_BW","CAMERA_secuirity", "spectator8"}
There isnt too much, since pretty much everything about it can be changed in-game
Hi! Would you have the link for the fivemanage_lib? I installed the SDK thinking that was it, but I am still running into issues with it saying there is no API key when I have it listed. Thanks!