🛠ī¸Installation

Here you can find the dependencies you need, instructions on how to start the script, and Frequently Asked Questions (FAQ).

If you still have issues installing the script or encounter any errors, don't hesitate to create a ticket in our discord.

Install Dependencies

Make sure you have installed all the dependencies. Without these scripts the script will not work properly.

At the fmLib releases link, make sure you download fmLib.zip. Do NOT download the Source Code, as the source code is not always as stable.

Dependencies
Links

es_extended or qb-core

-

If you want to use & implement other hacking you can change it inside the functions found within client/opensource.lua.

Ensuring Scripts

To make sure the script works properly we need to make sure all scripts start in the right order in your server.cfg. Below you can find an example of how it can look like.

You can also create a folder called [cm] in your resource folder. If you have multiple scripts from us, you don't need to add them all to your server.cfg one by one. :)

-- Start your framework
ensure es_extended or qb-core

-- Start your 3rd eye script (OPTIONAL)
ensure ox_target or qb-target

-- Start all your dependencies such as minigames & such (OPTIONAL)
ensure [dependencies]

-- start fmLib (this MUST be below frameworks, inventories & such)
ensure fmLib

-- And now we can start the script
ensure [cm] or script_name

FAQ

No Frequently Asked Questions By Customers so far.

Last updated