Skip to content

quantumdevelopment69/qt-crafting-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-crafting

Installation

Download the qt-library from GitHub and ensure it is started before the qt-crafting resource.

  1. Download qt-library:
    Download the library from the GitHub repository.

  2. Start the library:
    Ensure that the qt-library resource is started before the qt-crafting-v2 resource in your server.cfg.

  3. Configure qt-crafting:
    Go to the shared.lua file in the qt-crafting-v2 resource directory.
    Select the appropriate framework, target, and inventory path according to your server setup.

  4. Ensure that folder name is qt-crafting-v2

Client and Server Exports

You can use the following client-side and server-side exports:

-- Open a specific crafting table from an external script (Client-side)
exports['qt-crafting']:OpenMenu(table_id)

-- Load the library functions for the client (Client-side)
exports['qt-library']:Load()

-- Load the library functions for the server (Server-side)
exports['qt-library']:Load()

About

GLOBAL CODE UPADATE

Resources

Stars

Watchers

Forks

Packages

No packages published