Interaction
Interaction module is a module to interact with your database.
Include st_libs in your script
- To use the Interaction library, just add the initiator as a shared script inside of your
fxmanifest.lua
file.
lua
shared_scripts {
'@st_libs/init.lua'
}
You can now use the library inside of your resource the provided functions.
Functions
Documentation for the Client side