ox_inventory
Last updated 17/07/2024 for ox_inventory v2.40.2
Open up ox_inventory/modules/utils/client.lua
, find and replace the Utils.CreateBlip
function with this code:
You can replace groups = "Shops",
with whatever group name you prefer.
Open up ox_inventory/modules/shops/client.lua
, find and replace the AddTextEntry
with the following code:
Open up ox_inventory/modules/crafting/client.lua
, find and replace the AddTextEntry
with the following code:
Last updated