mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Implemented processing license
This commit is contained in:
@@ -10,6 +10,12 @@ Config.DrugDealerItems = {
|
||||
marijuana = 91
|
||||
}
|
||||
|
||||
Config.LicenseEnable = false -- enable processing licenses? The player will be required to buy a license in order to process drugs. Requires esx_license
|
||||
|
||||
Config.LicensePrices = {
|
||||
weed_processing = {label = _U('license_weed'), price = 15000}
|
||||
}
|
||||
|
||||
Config.GiveBlack = true -- give black money? if disabled it'll give regular cash.
|
||||
|
||||
Config.CircleZones = {
|
||||
|
||||
Reference in New Issue
Block a user