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).
- https://github.com/JustAnotherModder/JAM/releases
- https://github.com/JustAnotherModder/JAM_SafeCracker/releases
- https://github.com/ESX-PUBLIC/fivem-ipl
- You need GC-Phone if you want to use "snitching" notifications. Also uncomment the HandleSnitching function in JAM_Drugs_Client.lua.
- You will also need to download any/all dependencies for the required mods above. Make sure you have all of those working correctly before even attempting to go any further.
- Import
JAM_DrugZones.sqlinto your database. - Import
JAM_Drugs.sqlinto your database. - Download the zip from the repo above.
- Extract the
JAM_Drugsfolder into yourJAMfolder, inside of theresourcesdirectory. - Inside of your
JAMfolder, edit the__resource.luafile, 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',
}
Click to view screenshots
- Any and all improvements must be sent back to the author (me), here on github.
- No support. Don't post an issue.







