Server Side Exports
Working on this docs! [NOT FINISHED]
At the top of your server file. You will need to call the Framework's exports. This step is very crucial for all the exports to work properly.
Framework = exports["framework"]:getServerFunctions()
The "framework" will be the folder name the FiveM owner has in its resource. We recommend making this option configurable as not all users will have the default folder called framework.
Last updated
Was this helpful?