[ESX] [PAID] kr_companies | Next gen SOCIETY script

A script by KRILLE

No reviews yet.
[ESX] [PAID] kr_companies | Next gen SOCIETY script main image

Full Description

KR COMPANIES

  • Nice UI
  • Contracts between companies to deliver items for money
  • Employment where you’re paid per task finished task
  • Limited space
  • Well maintained
  • Employees can only do tasks and Manager can access boss menu but with restricted access

PLEASE NOTE

Tebex

  • The script can be found at tebex (5€)

Requirements

  • ESX
  • MySQL

Note

  • This resource uses the Asset Escrow but only for the server files this leaves the most essential codes configurable.
  • Feel free to add more item icons by simply putting the image in the img folder and name it to the identifiing item name.

Video showcase all the essential functions and features of this script (click here if the video won’t load)

Config = {
    Lang = 'en',
    Framework = 'esx',
    MaxStorageWeight = 2000,
    BusinessBlipId = 375,
    ShopBlipColor = 63,
    BusinessBlipColor = 0,
    UseStorageWeight = false,
    TimeProcessTask = 5, -- tike it takes to process (minutes)
    TimeUnpackTask = 2, -- tike it takes to unpack (minutes)


    GlobalMarketItems = { -- Items which can be bought in every company. When stock reaches 0 the deliviey time starts ticking and players are unable to buy the product until the item is delivered default 48h
        {name = "water", price = 5, resupplyTime = 48, maxStock = 5000}, -- Delivery time is in hours
        {name = "bandage", price = 5,  resupplyTime = 48, maxStock = 5000},
        {name = "vodka", price = 5, resupplyTime = 48, maxStock = 5000},
        {name = "tequila", price = 5, resupplyTime = 48, maxStock = 5000},
    }
}