如果不需要实体货币,像你截图这样添加就可以了;如果需要实体货币,就需要对 ox_inventory 进行配置,在Cfg 里加入以下内容,并加入你新添加的货币。
# Set items to sync with framework accounts
# 与框架账户保持同步的物品
set inventory:accounts ["money"]
# Disable drop markers and spawn a prop instead
# 禁用丢弃标记并生成实体
setr inventory:dropprops true
# Set the default model used for drop props
# 丢弃物品生成的实体模型
setr inventory:dropmodel "prop_med_bag_01b"