/JAM_Garage

Modified and expanded esx_eden_garage

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

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.