modified processing weed (#126)

* modified processing weed

now you can process all the weed by pressing E

* cleaned code
This commit is contained in:
Rikydc01
2020-07-06 21:06:02 +02:00
committed by GitHub
parent 87801b9385
commit 547c8a3365
4 changed files with 70 additions and 28 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ Config = {}
Config.Locale = 'en'
Config.Delays = {
WeedProcessing = 1000 * 10
WeedProcessing = 1000 * 7
}
Config.DrugDealerItems = {
@@ -19,8 +19,8 @@ Config.LicensePrices = {
Config.GiveBlack = true -- give black money? if disabled it'll give regular cash.
Config.CircleZones = {
WeedField = {coords = vector3(310.91, 4290.87, 45.15), name = _U('blip_weedfield'), color = 25, sprite = 496, radius = 100.0},
WeedProcessing = {coords = vector3(2329.02, 2571.29, 46.68), name = _U('blip_weedprocessing'), color = 25, sprite = 496, radius = 100.0},
WeedField = {coords = vector3(2220.72, 5582.52, 53.81), name = _U('blip_weedfield'), color = 25, sprite = 496, radius = 100.0},
WeedProcessing = {coords = vector3(2329.02, 2571.29, 46.68), name = _U('blip_weedprocessing'), color = 25, sprite = 496},
DrugDealer = {coords = vector3(-1172.02, -1571.98, 4.66), name = _U('blip_drugdealer'), color = 6, sprite = 378, radius = 25.0},
DrugDealer = {coords = vector3(-1172.02, -1571.98, 4.66), name = _U('blip_drugdealer'), color = 6, sprite = 378},
}