Imports
There are 2 ways to import qtm-lib
Using the export in a server.lua
or client.lua
qtm = exports['qtm-lib']:getSharedObject()
Import it directly into your script in the fxmanifest.lua
shared_scripts {'@qtm-lib/imports.lua'}
Last updated
There are 2 ways to import qtm-lib
Using the export in a server.lua
or client.lua
qtm = exports['qtm-lib']:getSharedObject()
Import it directly into your script in the fxmanifest.lua
shared_scripts {'@qtm-lib/imports.lua'}
Last updated