RISKSCRIPTS

Untitled

Jan 5th, 2025
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Framework = "esx"
  4. Config.Command = "tictactoe"
  5. Config.Proximity = 10.0
  6. Config.MaxRankPlaces = 5
  7. Config.Debug = false
  8.  
  9. -- Bot-Einstellungen
  10. Config.BotDifficulty = 1
  11. Config.LineWobble = 20
  12. Config.XOWobble = 20
  13.  
  14. -- Sprache
  15. Config.Locale = 'en'
  16. Config.SupportedLocales = { 'en', 'de' }
  17.  
  18. -- Item
  19. Config.ItemName = "tictactoe"
  20. Config.ItemLabel = "TicTacToe Board"
  21.  
Advertisement
Add Comment
Please, Sign In to add comment