OSRP Core
The core functionallity of the server all in one place
Usage
You can import the osrp-core functions by loading @osrp-core/init.lua in you fxmanifest.lua
Example
shared_scripts {
'@ox_core/lib/init.lua',
'@osrp-core/init.lua',
--Whatever shared scripts you need...
}or
shared_script '@osrp-core/init.lua',