🔧Installations origen_importheist

Remember that this resource has verified DMCA protection, and its illegal use or distribution could imply a claim for protection of Title 17 of Chapter 512 (c)(3) of the Digital Millennium Copyright Act.

We utilize the FiveM Tebex Escrow mechanism, launched in the latter part of 2021, for the verification and dissemination of our assets. Hence, any asset acquired via us can be centrally accessed and downloaded via your Keymaster profile using the following link.

Assets function exclusively on servers employing a key associated with the identical Keymaster profile. This approach guarantees the safety of the assets and restricts unauthorized usage, should the files be inadvertently shared. It's an integral component of the FiveM Tebex Escrow mechanism.

Login into Keymaster: https://keymaster.fivem.net/login


Firts Steps. Before start to installing

Prior to initiating the asset installation, verify your Server Artifacts version. It's imperative to operate on one of its recent versions for our assets to function seamlessly. This stipulation is established by FiveM in line with their Asset Escrow Framework.

Experiencing issues with FileZilla? On occasion, file transmission tools can disrupt encrypted files, causing startup issues with the asset. We advocate for the use of WinSCP, available at the given link. There have been documented challenges with FileZilla previously.

To refresh your server artifacts, locate the newest version outlined below for Windows:

Setting Up

  1. Direct yourself to the resources directory on your server; this is your asset installation point.

  2. Construct a dedicated directory for the asset, and transfer the unzipped content you downloaded earlier into this directory.

Activating the Asset

  • It's crucial to ascertain the correct startup of your asset. This could entail incorporating it into your server.cfg or possibly adjusting settings in txAdmin.

  • Post the installation of any of our assets, a server reboot is necessary to confirm appropriate synchronization with the Keymaster framework.


REQUIERED RESOURCES MINIMAL VERSIONDOWNLOAD

es_extended

Minimal 1.9.4/ Recommended: 1.10.1

legacyfuel / cdn-fuel

Latest Version

STEP ONE

Go to resources folder a put into that de script origen_importheist

STEP TWO

In the config.lua file of es_extended

Find the variable Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing" and set it to true.

--Before
Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing"

--After
Config.Multichar = true

STEP THREE

Config.Framework = "esx" -- qbcore or esx
Config.FuelSystem = "LegacyFuel" -- Fuel system to use (LegacyFuel...)
Config.MinCops = 0 -- Minimum cops required to start the heist

Config.Cooldown = 20 -- [Minutes] Cooldown to start the heist again

Config.DamageDivisor = 53 -- For each 1% of damage this is the money that you will lose of reward

Config.TimeDivisor = {10, 13} -- For each X seconds you will lose Y of reward

Config.GPSCooldown = 10 -- [Seconds] Cooldown to update the GPS position for the police

Config.GPSDuration = 5 -- [Minutes] Duration of the GPS position for the police

Enjoy!! 😄

Last updated