Skip to content

Commit

Permalink
feat: setup basic support for ox inventory
Browse files Browse the repository at this point in the history
Fairly low effort to get the the basics working.
  • Loading branch information
thelindat committed Feb 17, 2022
1 parent fef6cd0 commit 7edbd07
Show file tree
Hide file tree
Showing 22 changed files with 754 additions and 501 deletions.
4 changes: 4 additions & 0 deletions [esx]/es_extended/client/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ end)
exports('getSharedObject', function()
return ESX
end)

if GetResourceState('ox_inventory') ~= 'missing' then
Config.OxInventory = true
end
Loading

0 comments on commit 7edbd07

Please sign in to comment.