How can i do S4-Houses work with esx_inventoryhud, here the code, help me pls
What i need to do to open it like inventoryhud?
Code:
Config.StashFunction = function(id)
TriggerServerEvent("inventory:server:OpenInventory", "stash", "HOUSE-"..id)
TriggerEvent("inventory:client:SetCurrentStash", "HOUSE-"..id)
end
What i need to do to open it like inventoryhud?