[PAID][ESX] Cocain Business

A script by LEVISD

No reviews yet.
[PAID][ESX] Cocain Business main image

Full Description

You can go to the Cocaine Lab and buy it if it’s not bought and make the necessary upgrades to produce cocaine, but you have to be careful, if the cops raid, you can seal your business, upgrade security to prevent this, or sell the business for half price.


Showcase
Tebex


  • Detailed and Easy Config.
  • Clean & Futuristic UI.
  • Upgrades. (Security, Staff, Equipment)
  • If You Upgrade Security, Your Business’s Camera Will Be Active.
  • Sell the Business.
  • Police Raid. (If You Have Upgrade Security, Cops Raid With Skill Bar)
  • Cops Can Seal Business.
  • Sync with Other Players.
  • Editable Notifications.
  • Producing Cocaine for the Specified Time if Upgrades are Complete.
  • No Ip-Locked and Open Source.
  • Full Optimized Low Ms (Client/Server)

Information
  • You can go to the Cocaine Lab and buy it if it’s not bought and make the necessary upgrades to produce cocaine, but you have to be careful, if the cops raid, you can seal your business, upgrade security to prevent this, or sell the business for half price.You can go to the Cocaine Lab and buy it if it’s not bought and make the necessary upgrades to produce cocaine, but you have to be careful, if the cops raid, you can seal your business, upgrade security to prevent this, or sell the business for half price.
Config
LVS = {}

LVS.PoliceJob = 'police'                                              -- Your Police Job Name
LVS.SkillBar = 'tgiann-skillbar'                                      -- Your Skillbar Event

LVS.CashItem = 'cash'                                                 -- Your Cash Item Name
LVS.CocainItem = 'ayiklanmiskoko'                                     -- Your Cocain Item Name

LVS.EquipmentPrice = 25000                                            -- Equipment Upgrade Price
LVS.StaffPrice = 15000                                                -- Staff Upgrade Price
LVS.SecurityPrice = 10000                                             -- Security Upgrade Price

LVS.CocainPrice = 45000                                               -- Cocain Business Price 
LVS.CocainSupplyTime = 3600                                           -- Cocain Supply Time Second (60mn)
LVS.CocainEnter = {x = -1463.0, y = -381.46, z = 37.8675}             -- Cocain Enter Location
LVS.CocainExit = {x = 1088.68, y = -3187.4, z = -39.993}              -- Cocain Exit Location
LVS.CocainLaptop = {x = 1086.65, y = -3194.3, z = -38.293}            -- Cocain Laptop Location
LVS.CocainCamera = {x = 1086.65, y = -3198.2, z = -38.293}            -- Cocain Camera Location

LVS.Lang = {
	['laptop'] = 'Laptop',
	['camera'] = 'Camera',
	['supply'] = 'Supply',
	['supply_no'] = 'Supply Produced Every Minutes ',
	['supply_no2'] = ' Minutes',
	['equipment_already'] = 'Equipments has Already Been Upgraded',
	['equipment_bought'] = 'You Upgraded the Equipments',
	['equipment_need'] = 'First you Need to Upgrade Equipment',
	['staff_bought'] = 'You Upgraded the Staff',
	['staff_already'] = 'Staff has Already Been Upgraded',
	['security_bought'] = 'You Upgraded the Security',
	['security_already'] = 'Security has Already Been Upgraded',
	['cocain_info'] = 'Buy a Cocain Business - '..LVS.CocainPrice..'$' ,
	['cocain_already'] = 'Cocain Business Already Buyed',
	['cocain_enter'] = 'Enter Cocain Lab',
	['cocain_raid'] = 'Raid Cocain Lab',
	['cocain_exit'] = 'Exit Cocain Lab',
	['cocain_blip'] = 'Cocain Lab',
    ['full'] = 'You are Full',
	['no_money'] = 'You Dont have Enough Money',
	['sell'] = 'Sell the Business',
	['no_boss'] = 'Only Boss can Seal',
	['sold'] = 'You Sold a Business',
	['sealed'] = 'Lab Sealed',
	['seal'] = 'Seal the Lab',
	['no_neary'] = 'Nobody Near',
    ['bought'] = 'You Bought a Business'
}

RegisterNetEvent('lvs_businessNotify')
AddEventHandler('lvs_businessNotify', function(msg, type)
	exports['lvsNotify']:Alert("", msg, 5000, type)                   -- Your Notification Event
end)
Code is accessible Yes
Subscription-based No
Lines (approximately) 750
Requirements bob74_ipl, tgiann-skillbar
Support Yes