GithubHelp home page GithubHelp logo

cw-driftchip's Introduction

Drift Chip

See the script in action on Sundown RP ๐ŸŒ†

A QB based script for toggling drift mode on and off. Uses an item to allow toggling. The script has two items: Drift Chip and Drift Chip Box. When you use the box it turns into a chip. This is cause for OX Inv we have a degrade on it, so it has a lifespan of ~2 weeks. Mechanics can craft the boxes and keep them stocked with this method etc. If you don't want to use the box just add the chip to crafting or whatever. Figure it out.

This script is probably not gonna receive a lot of updates, fixes or additions. If you have issues or stuff you want you can figure it out yourself โœŒ

๐Ÿ”ฐ Alternative drift script ๐Ÿ”ฐ

โญ Is this realistic? Nah.
โญ Will you add x or y? Nah.
โญ Will you add this to your favorite phone or laptop script? Nah.
โญ Will you support lj-inventory? Nah.
โญ Will you provide support? Maybe. Probably nah.
โญ Why does this not work with my handling files? Sounds like a you problem. Make better handling files.
โญ Can you make this for ESX? No. The script is like 100 lines long. Figure it out yourself โœŒ

๐Ÿ‚ ox_core version Kudos to Ayabolli#8415

Preview ๐Ÿ“ฝ

YOUTUBE VIDEO

Developed by Coffeelot and Wuggie

More scripts by us ๐Ÿ‘ˆ

Support, updates and script previews:

Join The discord!

All our scripts are and will remain free. If you want to support what we do, you can buy us a coffee here:

Buy Us a Coffee

QB INV โ—๐Ÿ“ฆ

Items to add to qb-core>shared>items.lua

	-- CW driftchip
	["driftchip"] =          {["name"] = "driftchip",         ["label"] = "Drift chip",                  ["weight"] = 300, ["type"] = "item", ["image"] = "driftchip.png", ["unique"] = false, ["useable"] = true, ['shouldClose'] = false, ["combinable"] = nil, ["description"] = "Use this to tweak the ECU to enable drift mode on or off"},
    ["driftchipbox"] =          {["name"] = "driftchipbox",         ["label"] = "Drift chip Box",                  ["weight"] = 350, ["type"] = "item", ["image"] = "driftchipbox.png", ["unique"] = false, ["useable"] = true, ['shouldClose'] = false, ["combinable"] = nil, ["description"] = "Contains a drift chip"},

OX INV โ—๐Ÿ“ฆ

This one has a degrade of about 2 weeks. So users will need to buy new ones

	["driftchip"] = {
		label = "Drift Chip",
		weight = 300,
		degade = 21000,
		stack = true,
		close = true,
		allowArmed = true,
		description = "Use this to tweak the ECU to enable drift mode on or off",
	},
	["driftchipbox"] = {
		label = "Drift Chip Box",
		weight = 350,
		stack = true,
		close = true,
		allowArmed = true,
		description = "Contains a drift chip",
	},

CW-Crafting recipie ๐Ÿ”ง

	['driftchipbox'] = {
		name = 'driftchipbox',
		craftingTime= 9000,
		category = "Mechanic",
		amount = 1,
		materials = {
			steel = 50,
			plastic = 30,
			electronickit = 1
		},
		jobs = {
			{ type = 'mechanic', level = 3 }
		},
		tables = {'mechanic'} -- can be made on only mechanic tables
	},

cw-driftchip's People

Contributors

coffeelot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.