Step by step installation guide, config preview, locale preview, common issues & solutions and most importantly code snippets to help you integrate our system with known resources.
This script REQUIRES artifact version 4752 or newer
First step is selecting your framework, find in config.lua this:Config.Framework.\
Depending on your framework you will choose 1 or 2
So if you're using ESX it will look like this
Second step is selecting your MySQL driver, find in config.lua this:Config.MysqlType\
The value will depend on what mysql resource your server is using at the moment
So lets say your server is using "mysql-async" then you will have to change the value like this
How to use it in game?
By default settings you can open the radio in car with keybind "G"
If you wish to change the key bind you can do it in config.lua by changing Config.KeyForRadio value
You can also disable the key bind and use command only by switching this to true Config.EnableCommand\