Imports

There are 2 ways to import qtm-lib

Using the export in a server.lua or client.lua

Export
qtm = exports['qtm-lib']:getSharedObject()

Import it directly into your script in the fxmanifest.lua

Import
shared_scripts {'@qtm-lib/imports.lua'}

Last updated