⚙️Configuration
Check the instructions below.
Set your sql script
Config.Database = "oxmysql" -- oxmysql // ghmattimysql // mysql-async
Set your framework
Config.Framework = "new-qb" -- old-qb // esx
Set your image type
Config.ImageType = "steam" --discord // steam
Set players can use the menu with command
Config.Usecommand = true -- true // false
Set players can use the menu with key
Config.Usekey = true -- true // false
forget to set command, key and item from Config.Texts
Set the key and the text (You don't need to change the command value)
["openuikey"] = {key = "n", text = "Open Racing UI", command = "OpenRace"},
Set command and description text
["openuicommand"] = { text = "Open Racing UI", command = "OpenRace"},
Set Item
If you don't want to use it with item check the example below.
["openuiitem"] = false,
If you want to set an item to open the menu chheck the example below.
["openuiitem"] = { item = "racing_tablet"},
The command and key are seperate from each other. And even if you set the command or key from Config.Texts it won't be working if the Config.Usecommand or Config.Usekey is false.
Last updated