Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- Config.Framework = "esx"
- Config.Command = "tictactoe"
- Config.Proximity = 10.0
- Config.MaxRankPlaces = 5
- Config.Debug = false
- -- Bot-Einstellungen
- Config.BotDifficulty = 1
- Config.LineWobble = 20
- Config.XOWobble = 20
- -- Sprache
- Config.Locale = 'en'
- Config.SupportedLocales = { 'en', 'de' }
- -- Item
- Config.ItemName = "tictactoe"
- Config.ItemLabel = "TicTacToe Board"
Advertisement
Add Comment
Please, Sign In to add comment