Open JLFSL opened 10 months ago
Thank you for the report. This functionality was initially planned, but disabled pre-beta as it was built on an unsafe protocol. New plans and work has already been done for all runtimes to offer this functionality, once that's finished then this feature will be enabled again.
I'll mark this issue as a feature request and remove the bug label because this was intended.
What happened?
When trying to call an export with remote binding from the client to the server, an exception occurs that the object reference is not set to an instance.
I'm thinking that by looking at Exports.cs, it seems like
REMOTE_FUNCTION_ENABLED
is false. My code should be perfectly fine.Client call
Example server export
Client logs
Expected result
The export to be called, thus returning data.
Reproduction steps
Importancy
Can't use this feature until fixed
Specific version
FiveM, latest as of today
Extra
This might also be a misunderstanding of the available documentation as of now, but I suspect it as a bug.