Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfuelling/esx_drugfarms
FiveM/CitizenFX plugin that enables teleports to union depository and buildings from the bikers dlc with weed farms, meth lab, coke lab, document forgery and two biker club houses.
https://github.com/lfuelling/esx_drugfarms
biker-club-houses coke-lab es-extended essentialmode esx esx-drugfarms fivem fivem-roleplay-servers fivem-script hacktoberfest lua markers meth-lab teleports weed-farms
Last synced: 3 months ago
JSON representation
FiveM/CitizenFX plugin that enables teleports to union depository and buildings from the bikers dlc with weed farms, meth lab, coke lab, document forgery and two biker club houses.
- Host: GitHub
- URL: https://github.com/lfuelling/esx_drugfarms
- Owner: lfuelling
- License: mit
- Created: 2019-07-22T21:18:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T02:32:30.000Z (about 3 years ago)
- Last Synced: 2023-10-20T21:14:04.437Z (over 1 year ago)
- Topics: biker-club-houses, coke-lab, es-extended, essentialmode, esx, esx-drugfarms, fivem, fivem-roleplay-servers, fivem-script, hacktoberfest, lua, markers, meth-lab, teleports, weed-farms
- Language: Lua
- Homepage:
- Size: 33.2 KB
- Stars: 40
- Watchers: 6
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esx_drugfarms [![Latest Release](https://img.shields.io/github/v/release/lfuelling/esx_drugfarms)](https://github.com/lfuelling/esx_drugfarms/releases)
This plugin, which is originally based on [vrp_drugfarms by D3uxx](https://github.com/D3uxx/vrp_drugfarms), enables access to the weed farm, the meth lab, coke lab, document forgery, biker club houses and bunkers from GTA: Online in esx. This mod does not provide any additional functionality except teleportation and the map markers.
- **If you fork this, you won't get updates.**
- **Consider Starring instead if you don't want to make a contribution.**## Dependencies
- [bob74_ipl](https://github.com/Bob74/bob74_ipl)
- [es_extended](https://github.com/ESX-Org/es_extended)
- [esx_policejob](https://github.com/ESX-Org/esx_policejob/) (optional)Note: not having `esx_policejob` running won't have any negative side effects. If you use another police plugin which has a jobId different than `police`, you can change the value in `config.lua`.
## Installation
1. Place this folder in `resources/[esx]`
2. Configure the plugin in `config.lua`
3. Add `start esx_drugfarms` to your `server.cfg`## Usage
1. Go to marker
2. Press `e`/interact### Customization
The configuration of the interiors is to be done in [bob74_ipl](https://github.com/Bob74/bob74_ipl).
Usually (last time I checked) there is a `LoadDefault` function at the end of each script in bob74_ipl. In this function, you can configure what is loaded by changing the arguments passed to the `Set` or `Enable` functions.
For more information see [this issue comment](https://github.com/lfuelling/esx_drugfarms/issues/6#issuecomment-623133383).## Credit
As stated above this mod was originally created by [D3uxx](https://github.com/D3uxx/vrp_drugfarms).