[Release] Cinematic Cam

Interesting… are you sure you didn’t change something regarding NativeUI?

The submenu error happens, when you have the wrong NativeUI version. (e.g. reloaded instead of the normal one).

Nope, but it might be that I’m using a more recent version of NativeUI or something… :thinking:

I personally can only guarantee the two versions that are linked in the OP.
And they have to be setup correctly or you have to adjust the paths in the fxmanifest of the CinematicCam

Hi,
I love using cinematic cam andI’ve always had it working with NataiveUILua_Reloaded but recently im getting high resource warnings so I switched over to NativeUI and I get this error when calling the script:

Any idea or help for this? thank you in advance.

1 Like

You need to change the values regarding both NativeUIs in the config.lua as well.

And since when does NativeUI give Resource Time Warnings? Never seen that before at all. Or did they change the threshhold for those messages again? :smiley:

I have this set in the config.lua for the NativeUIs
Cfg = {}

– specify, which menu should be used
Cfg.useNativeUI = true
Cfg.useNativeUIReloaded = false

as far as the resource time warnings, Im gonna peg that to another script or scripts i have. My spawnmanager was also giving me time warnings as well.

and the fxmanifest.lua? You need to comment reloaded and uncomment the normal one.

Yea, that doesn’t seem that normal with the warnings :smiley:

my fxmanifest.lua looks like this:
fx_version ‘cerulean’
games { ‘gta5’ }

author ‘Kiminaze’

client_scripts {
@NativeUI/NativeUI.lua’,
–’@NativeUILua_Reloaded/src/NativeUIReloaded.lua’,
‘config.lua’,
‘client.lua’
}

–server_script ‘server.lua’

it’s wierd, I’ll see the “/cam” command suggestion in the server chat box as I type it but the menu itself won’t open with NativeUI but works fine with Reloaded. I keep my nativeUI in the main server folder and cinematiccam in a [plugins] folder, do they need to be in the same folder to work?

Shouldn’t matter.

But what matters is the path to it. So if your NativeUI folder is called e.g. “NativeUILua”, then you would need to adjust that in my fxmanifest to ‘@NativeUILua/NativeUI.lua’, or another classic is ‘@NativeUI-master/NativeUI.lua’,

With these types of resources the folder names / paths need to be one and the same.
e.g.: '@ScriptFolderName/MaybeASubfolder/Something.lua' means that the resources folder MUST be named “ScriptFolderName” and it must have a subfolder and then the Something.lua inside there.

the files are named exactly the same and the path is correct in the fxmanifest. In my server the folder is named NativeUI and is pathed correctly.

1 Like

Then the only other thing I can imagine, is an older NativeUI version. I suggest getting this one GitHub - FrazzIe/NativeUILua: Guads NativeUI ( https://github.com/Guad/NativeUI ) in LUA for FiveM
And testing it.

That was it, cam is working now. thank you so much for the help!

1 Like

I’m getting the following error:


How do I fix this?

Amazing release! Appreciate the hard work put into this!

1 Like

Sorry for the late reply. Seems like I have overlooked it.

This has to do with your server version and fx_version of the script not being compatible. Either try upgrading your server or another fx_version (like “cerulean”) ( Resource manifest )

Make sure the path to NativeUI is correct in the fxmanifest.lua and especially check the folder names.

Nice script ! Good job on this! I’m trying to give a 80-90s look to my server but it looks like I can’t use the script. All folder names are good, I have the NativeUILUA, server.cfg is good. I don’t know where I miss something.
I can’t type /cam, if I press “Delete” nothing happens as well.
Can someone help me ? ^^

Thanks, glad you like it :smiley:

You probably get an error either when using the command / button or when starting the script and I still suspect it is 100% a NativeUI issue xD

I get this error when trying to use the camera with the chat command:

I scrolled up and copied over that linked NativeUI version just to be sure.

Sorry for the late answer, I really start missing a lot of messages these past few days :smiley:

Are you using NativeUILua or NativeUILua-reloaded?
I am guessing the normal one and not reloaded. Did you make all the changes? (edit fxmanifest.lua and config.lua to use right one)