Page cover

4・Advanced configuration / Custom Framework

SKIP THIS TOPIC IF YOU ARE ON ESX OR QBUS

:1arrowpink: This topic concern people who have a custom Framework and know what they do.

Here, we will explain how to adapt our script for a custom Framework server. Do not touch any part of it if you don't know what you do.

  • First, go to marketShop/config and open the config.lua file. At the top of the file, define your framework by "other"

Don't forget to config our config with the previous step.

  • Now, go to marketShop/unencryptedServer and go to the folder named otherFramework You have 3 files inside. Start with enterprise.lua, all functions are explained in this file.

  • inventory.lua, all functions are explained in this file.

  • payment.lua, all functions are explained in this file.

  • Now you go to marketShop/unencryptedClient and go to the folder named otherFramework You have one enterprise.lua file. Like the others, all functions are explained in this file.

Now you can start our script and all should works perfectly !

Please, contact us by opening a ticket on our discord's server.

Last updated