Skip to content

JustAnotherModder/JAM_Drugs

Repository files navigation

JAM_Drugs

JAM_Drugs is a "work-in-progress" mod that reworks the aspect of drug running in ESX. If you wish to use this in its current state, any bugs you encounter are yours to REPORT and FIX. If you don't already have the correct IPL's loaded for the drug lab interiors (and biker clubhouse interiors) then you'll want to use the iplList provided with the fivem-ipl mod (link in requirements).

Requirements

Installation

  • Import JAM_DrugZones.sql into your database.
  • Import JAM_Drugs.sql into your database.
  • Download the zip from the repo above.
  • Extract the JAM_Drugs folder into your JAM folder, inside of the resources directory.
  • Inside of your JAM folder, edit the __resource.lua file, and add the files to their respective locations. Example:
client_scripts {
	'JAM_Main.lua',
	'JAM_Client.lua',
	'JAM_Utilities.lua',

	-- Drugs
	'JAM_Drugs/JAM_Drugs_Config.lua',
	'JAM_Drugs/JAM_Drugs_Client.lua',
}

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

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

	-- Drugs
	'JAM_Drugs/JAM_Drugs_Config.lua',
	'JAM_Drugs/JAM_Drugs_Server.lua',
}

SCREENSHOTS

Click to view screenshots
  • Purchase direct from gang manufacturing plants. alttext alttext alttext

  • Or try to rob their supply. alttext alttext alttext

  • Sell to random NPCs for more smaller deals and larger profit, or to gangs for bulk sales - but be careful, gangs might try to rob you and pedestrians might try to attack you or rat you out to the police! alttext alttext

NOTES

  • Any and all improvements must be sent back to the author (me), here on github.
  • No support. Don't post an issue.

About

I heard you like drugwars?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages