keep-oilwell icon indicating copy to clipboard operation
keep-oilwell copied to clipboard

Nopixel inspired oil company script/job

Results 4 keep-oilwell issues
Sort by recently updated
recently updated
newest added

The pump menu is blank. Is this a known issue or just me? ![image](https://user-images.githubusercontent.com/25409166/212445312-cc39f334-b45e-4bd6-a78c-40013d4f442e.png)

I can target the blender panel but there is no option or not interactable

After debuging the script ![image](https://user-images.githubusercontent.com/60456694/186539796-aaff3184-c672-40f8-a0c7-9efddd57d078.png) with QBCore.Functions.CreateCallback('keep-oilwell:server:oilwell_metadata', function(source, cb, oilrig_hash) local oil_well = GlobalScirptData:getByHash(oilrig_hash) print(oil_well.metadata.part_info.belt, oil_well.metadata.part_info.polish, oil_well.metadata.part_info.clutch) if not oil_well then cb(false) return end cb(oil_well.metadata) end) it seems to get...