Skip to content
forked from NaorNC/nc-rental

Extremely advanced car rental system for QBCore. (NoPixel Style)

Notifications You must be signed in to change notification settings

Vumono/nc-rental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video of the script:

Installation

  • Download the script and put it in the [resource] folder.
  • Download nh-context and put it in the [resource] or [standalone] folder. (it doesn't really matter) Start all the resources in the correct order!

Dependencies

Adding the RentalPapers to ox_inventory

  • Go to ox_inventory/data/items.lua
    ['rentalpapers'] = {
        label = 'Rental papers',
        weight = 30,
        close = true,
	stack = true,
	consume = 0,
	server = {	
	}
    },

About

Extremely advanced car rental system for QBCore. (NoPixel Style)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%