QT-LIBRARY
Our library is created with the idea of speeding up the process of script creation, with the ultimate goal of one day running the server independently without relying on other frameworks.

Last updated
Our library is created with the idea of speeding up the process of script creation, with the ultimate goal of one day running the server independently without relying on other frameworks.

Last updated
### QT Library Overview and Initialization ###
The `QT` library is a powerful resource for enhancing the functionality of your FiveM project.
It provides various utilities for managing player interactions, server callbacks, notifications, and more.
## Initialization Methods ##
### Client/Server Initialization ###
To load the `QT` library in both client-side and server-side scripts, use the following command:
QT = exports["qt-library"]:Load()
-- In your fxmanifest.lua
shared_script '@qt-library/shared.lua'