⚙️Configuration
Parameter
Description
Example Value
Config = {
Framework = "esx",
Command = "tictactoe",
Proximity = 10.0,
MaxRankPlaces = 5,
Debug = false,
-- Bot settings
BotDifficulty = 1,
LineWobble = 20,
XOWobble = 20,
-- Language
Locale = 'en',
SupportedLocales = { 'en', 'de' },
-- Item-based usage
ItemName = "tictactoe",
ItemLabel = "TicTacToe Board"
}
Last updated