Dolaji's Scripts
StoreDiscordYoutube
  • Our Scripts
  • Resources
    • calibrate-distributor
    • ds-drilling
    • ds-atmrobbery
    • ds-fruitpicker
    • ds-milkjob
    • ds-cutscene
    • ds-mining
    • ds-electrician
    • weazel-news
  • RedM
    • ID Card
Powered by GitBook
On this page
  • Installaction(optional)
  • Dependencies
  • Start
  • Configuration
  • Add Items
  1. Resources

ds-drilling

Unique and Advance Oil Drilling Job with responsive UI and Compatible with any QBCore and ESX server.

Previouscalibrate-distributorNextds-atmrobbery

Last updated 2 years ago

| | |

Installaction(optional)

Dependencies

Dependency
Download
Description

qb-target

A better interaction system for FiveM

qb-input

batter input menu for fivem

Start

  • Extract ds-drilling.zip and place it into your resource folder.

  • Addensure ds-drillingto your server start config (place it anywhere below the dependency & framework resources).

Configuration

Please go through all configurable options & settings in config.lua and config.js and configure them to your server's preferences.

Also please read the comments at the end of each line, for a brief information on what the option does.

Add Items

['kerosene'] = {
	['name'] = 'kerosene', 			 	  	  	
	['label'] = 'kerosene', 					
	['weight'] = 0, 		
	['type'] = 'item', 		
	['image'] = 'kerosene.png', 				
	['unique'] = true, 		
	['useable'] = true, 	
	['shouldClose'] = false,   
	['combinable'] = nil,   
	['description'] = 'oil'
},
['gasoline'] = {
	['name'] = 'gasoline', 			 	  	  	
	['label'] = 'gasoline', 					
	['weight'] = 0, 		
	['type'] = 'item', 		
	['image'] = 'gasoline.png', 				
	['unique'] = true, 		
	['useable'] = true, 	
	['shouldClose'] = false,   
	['combinable'] = nil,   
	['description'] = 'oil'
},
INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('kerosene', 'Kerosene', 1, 0, 1), ('gasoline', 'Gasoline', 2, 0, 1);

Install and ensure for the resource.

Setupconfig.lua (⚠️see for instructions).

Download link
dependencies
#CONFIGURATION
Link
Link
View on Tebex
CFX Fourm Post
Youtube Video
Discord