Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).