diff --git a/shared/items.lua b/shared/items.lua index 46b25becb..cc54e0c6b 100644 --- a/shared/items.lua +++ b/shared/items.lua @@ -11,7 +11,7 @@ ---@field combineable? false|table ---@field description string ----@deprecated This file is deprecated and will be removed in the future. Please add your items directly in ox_inventory/data/items.lua file. Currently items placed in here will be converted at next server restart. +---@deprecated This file is deprecated and will be removed in the future. If you are utilizing QB-Core bridge functionality you will need to populate items here for them to be available in QBCore.Shared.Items. If not please add your items directly in ox_inventory/data/items.lua file. Currently items placed in here will be converted at next server restart. ---@type table return { -- WEAPONS diff --git a/shared/weapons.lua b/shared/weapons.lua index bf6cf2a05..9fb9482c5 100644 --- a/shared/weapons.lua +++ b/shared/weapons.lua @@ -5,7 +5,7 @@ ---@field ammotype? string ---@field damagereason string ----@deprecated This file is deprecated and will be removed in the future. Please add your weapons in ox_inventory/data/weapons.lua file. Currently weapons in this file will be converted on next server start +---@deprecated This file is deprecated and will be removed in the future. If you are utilizing QB-Core bridge functionality you will need to populate weapons here for them to be available in QBCore.Shared.Weapons. If not please add your weapons in ox_inventory/data/weapons.lua file. Currently weapons in this file will be converted on next server start. ---@type table return { -- // WEAPONS