Surfing Important.

Important information for you.

Changes to fxmanifest

If you are using ox_lib change the following code

This

--Shared
shared_scripts {
    --'@ox_lib/init.lua', -- If you don't use ox_lib and you don't use ox_lib comment this. If you use ox_lib uncomment it.
    "shared/*.lua",
}

Change it like this.

--Shared
shared_scripts {
    '@ox_lib/init.lua', -- If you don't use ox_lib and you don't use ox_lib comment this. If you use ox_lib uncomment it.
    "shared/*.lua",
}

Changes for ox_lib / ox_target

Config changes for ox_lib context and ox_target

This

Change it like this.

This automatically changes the behavior of qb-menu and qb-target to the behavior of ox_lib and ox_target

Changes for ox_inventory

Config changes for ox_inventory

This

Change it like this.

Last updated