Giter Site home page Giter Site logo

dds-skyfall's Introduction

dds-skyfall

Wingsuits for your FiveM server. A more realistic, and FREE implementation of wingsuits.

Discord for more releases and support [dDStudio] https://discord.gg/P9ZzdzYaqm

Instructions

Deploy the items to ox_inventory data/items.lua. Use the item, and jump from somewhere high. Have fun!

Config

Configure your desired outfit to change into when item is used. Wing suit webbing is included in stream folder as replacement vest. Blacklist in your respective character customization.

Admin Skyfall

Admins can use the command /skyfall command to initiate skyfall with or without wingsuit wardrobe.

ox_inventory

	["wingsuit"] = {
		label = "Vibrant Wingsuit",
		weight = 500,
		stack = false,
		close = true,
		description = "Fancy Wingsuit",
		consume = 1,
		client = {
			export = 'dds-skyfall.wingsuit',
			image = "",
		},
	},

	["wingsuit2"] = {
		label = "Blackout Wingsuit",
		weight = 500,
		stack = false,
		close = true,
		description = "Fancy Wingsuit",
		consume = 1,
		client = {
			export = 'dds-skyfall.wingsuit2',
			image = "",
		},
	},

dds-skyfall's People

Contributors

daddydubz 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.