8000 GitHub - liondevs/ls-boosting: Simple fivem car boosting script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liondevs/ls-boosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION

Dependancies

  • This script requires LegacyFuel/ps-fuel or other fuel scirpt
  • This script requires qb-target or any other target
  • This script requires qb-menu/esx esx is deault menu that comes with ESX Legacy
  • This script requires qb-input for the menus to work any server can use this its standalone it will work on ESX aswell (qb-input:https://github.com/qbcore-framework/qb-input)

Installation [QBCore]

  • Add the image files from the image folder to your qb-inventory > html > images folder
  • Add these lines to your qb-core > shared lua under the Items section
	["nitroradio"] = {
		["name"] = "nitroradio", 			  	
		["label"] = "Nitro Radio ", 		
		["weight"] = 1000, 		
		["type"] = "item", 		
		["image"] = "nitroradio.png", 	
		["unique"] = false,
		["useable"] = true, 	
		["shouldClose"] = true,	   
		["combinable"] = nil,   
		["description"] = "You can use this in Contracts"
	},
	["nitrocash"] = {
		["name"] = "nitrocash", 			  	
		["label"] = "Nitro Cash ", 		
		["weight"] = 0, 		
		["type"] = "item", 		
		["image"] = "nitrocash.png", 	
		["unique"] = false,
		["useable"] = false, 	
		["shouldClose"] = false,	   
		["combinable"] = nil,   
		["description"] = "You can buy some cool stuff with this"
	},
  • Execute installQB.sql into database
  • Configure shared.lua according to your needs
  • start ls-boosting

Installation [OxInventory]

  • Add the image files from the image folder to your ox_inventory > web > images folder
  • Add these lines to your ox_inventory > data > items.lua
	['nitroradio'] = {
		label = 'Nitro Radio ',
		weight = 1000,
		stack = false
	},

	['nitrocash'] = {
		label = 'Nitro Cash ',
		weight = 0,
		stack = true
	},

Installation [ESX]

(Can be broken, maybe in future will be supported)

  • Add the image files from the image folder to your inventory folder
  • Execute installESX.sql into database for items and level system
  • Configure shared.lua according to your needs
  • start ls-boosting

About

Simple fivem car boosting script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0