Skip to content

JustAnotherModder/JAM_Garage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAM_Garage

JAM_Garage gives your players a location to store their vehicles, along with an impound for whatever reason you might need that for. If the player leaves their vehicle unattended (log off or move out of render distance), the vehicle will automatically be placed back in the garage (unless it is the vehicle currently in-use). Damaged vehicle storage price and impound retrieval price can be set in the config.

Requirements

Download & Installation

Manually

client_scripts {
	'JAM_Main.lua',
	'JAM_Client.lua',
	'JAM_Utilities.lua',

	-- Garage
	'JAM_Garage/JAM_Garage_Config.lua',
	'JAM_Garage/JAM_Garage_Client.lua',
}

server_scripts {	
	'JAM_Main.lua',
	'JAM_Server.lua',
	'JAM_Utilities.lua',

	-- MySQL
	'@mysql-async/lib/MySQL.lua',

	-- Garage
	'JAM_Garage/JAM_Garage_Config.lua',
	'JAM_Garage/JAM_Garage_Server.lua',
}

Notes

  • Any and all improvements must be send back to the author (me), here on github.

About

Modified and expanded esx_eden_garage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages