Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions pages/ox_inventory/Functions/Client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ exports.ox_inventory:openInventory(invType, data)
```
</Tab>
</Tabs>
local itemNames = {}

for item, data in pairs(exports.ox_inventory:Items()) do
itemNames[item] = data.label
end
```

## useItem

Expand Down Expand Up @@ -510,4 +504,4 @@ Allows you to enable/disable the use of weapons for a player.

```lua
LocalPlayer.state.canUseWeapons = false
```
```