Skip to content

Re2team/re2-parachute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RE2 Parachute Script

Add 14 tint of Parachute to your fivem Qb Server

Dependencies

  • qb-core - to make Item Usable

Config

Add this item to the qb-core -> shared -> item.lua

	-- Re2 Parachute

	['rainbow-parachute'] 			   		 = {['name'] = 'rainbow-parachute', 				['label'] = 'Rainbow Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['red-parachute'] 			   		 	 = {['name'] = 'red-parachute', 					['label'] = 'Red Chute', 					['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['seaside-parachute'] 			   		 = {['name'] = 'seaside-parachute', 				['label'] = 'Seaside Stripes Chute', 		['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['widow-parachute'] 			   		 = {['name'] = 'widow-parachute', 					['label'] = 'Widowmaker Chute', 			['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['patriot-parachute'] 			   		 = {['name'] = 'patriot-parachute', 				['label'] = 'Patriot Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['blue-parachute'] 			   		 	 = {['name'] = 'blue-parachute', 					['label'] = 'Blue Chute', 					['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['black-parachute'] 			   		 = {['name'] = 'black-parachute', 					['label'] = 'Black Chute', 					['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['hornet-parachute'] 			   		 = {['name'] = 'hornet-parachute', 					['label'] = 'Hornet Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['airforce-parachute'] 			   		 = {['name'] = 'airforce-parachute', 				['label'] = 'Air Force Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['desert-parachute'] 			   		 = {['name'] = 'desert-parachute', 					['label'] = 'Desert Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['shadow-parachute'] 			   		 = {['name'] = 'shadow-parachute', 					['label'] = 'Shadow Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['highalt-parachute'] 			   		 = {['name'] = 'highalt-parachute', 				['label'] = 'High Altitude Chute', 			['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['airborn-parachute'] 			   		 = {['name'] = 'airborn-parachute', 				['label'] = 'Airborne Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},
	['sunrise-parachute'] 			   		 = {['name'] = 'sunrise-parachute', 				['label'] = 'Sunrise Chute', 				['weight'] = 30000, 	['type'] = 'item', 		['image'] = 'parachute.png', 			['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'The sky is the limit! Woohoo!'},

replace this in qb-shop -> config.lua at line 319

["leisureshop"] = {
        [1] = {
            name = "binoculars",
            price = 50,
            amount = 50,
            info = {},
            type = "item",
            slot = 1,
        },
        [2] = {
            name = "diving_gear",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 2,
        },
        [3] = {
            name = "rainbow-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [4] = {
            name = "red-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [5] = {
            name = "seaside-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [6] = {
            name = "widow-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [7] = {
            name = "patriot-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [8] = {
            name = "blue-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [9] = {
            name = "black-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [10] = {
            name = "hornet-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [11] = {
            name = "airforce-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [12] = {
            name = "desert-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [13] = {
            name = "shadow-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [14] = {
            name = "highalt-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [15] = {
            name = "airborn-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
        [16] = {
            name = "sunrise-parachute",
            price = 2500,
            amount = 10,
            info = {},
            type = "item",
            slot = 3,
        },
    },

ScreenShots

Rainbow Red SeaSide Widowmaker Patriot Blue Black Hornet airforce Desert Shadow High Altitude Airborne Sunrise

About

Add 14 tint of Parachute to your fivem Qb Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages