I created a .net server mod that uses NativeUI from here:
[https://forum.cfx.re/t/release-nativeui-port-for-p/4902](https://forum.cfx.re/t/release-nativeui-port-for-p/4902)
Without referencing native ui, the mod works fine. With native ui referenced in the mod and in the _resources.lua file, the trace/debug log says nativeui.net file or assembly can’t be found. Native ui dll is named exactly as it’s referenced in resoources lua, is in the same folder as the mod and lua, and name of the file is all lower case and include “.net.dll”.
I don’t get what’s up with FiveM it can’t find the file.
__resources.lua:
client_scripts {
"nativeui.net.dll",
"zsrmenu.net.dll"
}
The files in the folder:
<img src="//rsg-fivem-forum-assets.s3.dualstack.us-west-2.amazonaws.com/original/2X/3/3e7ce2cc9445ae5cb0810c7107b495d39610f544.png" width="122" height="75">