Skip to content

This plugin enables buildings from the bikers dlc with weed farms, meth lab, coke lab and a biker club house, they have permission based entrance, if user is in group he can get in, else he can't.

License

Notifications You must be signed in to change notification settings

c0deina/vrp_drugfarms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vrp_drugfarms

This plugin enables buildings from the bikers dlc with weed farms, meth lab, coke lab and a biker club house, they have permission based entrance, if user is in group he can get in, else he can't.

Add the following groups to /vrp/cfg/groups.lua

  ["marihuana"] = {
  _config = {onspawn = function(player) vRPclient.notify(player,{"Eres marihuanero."}) end},
  }, 

  ["blanqueo"] = {
  _config = {onspawn = function(player) vRPclient.notify(player,{"Tu eres un blanqueadero."}) end},
  }, 

  ["meta"] = {
  _config = {onspawn = function(player) vRPclient.notify(player,{"Eres un metero."}) end},
  }, 

  ["coke"] = {
  _config = {onspawn = function(player) vRPclient.notify(player,{"Eres un puto cocainomano"}) end},
  }, 
  ["motero"] = {
  _config = {onspawn = function(player) vRPclient.notify(player,{"Eres un motero."}) end},
  }, 

marihuana >> allows weed entrance blanqueo >> money laundering meta >> meth lab coke >> coke lab motero >> biker clubhouse

```
The coords for everything is in warehouses.lua
It's all commented there, coords and shit.

· Screenshots

https://cdn.discordapp.com/attachments/357969855523192834/389485760522223626/unknown.png https://cdn.discordapp.com/attachments/357969855523192834/389485869918322688/unknown.png

About

This plugin enables buildings from the bikers dlc with weed farms, meth lab, coke lab and a biker club house, they have permission based entrance, if user is in group he can get in, else he can't.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages