mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
fix(client/vehicles): check for started inventory
This commit is contained in:
@@ -353,7 +353,7 @@ end)
|
|||||||
|
|
||||||
Config.ox_inventory = NDCore.isResourceStarted("ox_inventory", function(started)
|
Config.ox_inventory = NDCore.isResourceStarted("ox_inventory", function(started)
|
||||||
Config.ox_inventory = started
|
Config.ox_inventory = started
|
||||||
if not Config.useInventoryForKeys then return end
|
if not started or not Config.useInventoryForKeys then return end
|
||||||
Wait(1000)
|
Wait(1000)
|
||||||
exports.ox_inventory:displayMetadata({
|
exports.ox_inventory:displayMetadata({
|
||||||
vehPlate = "Plate",
|
vehPlate = "Plate",
|
||||||
|
|||||||
Reference in New Issue
Block a user