ByYoSe Docs
BoutiqueSupportYoutube
  • 👋Documentation ByYoSe
  • ⚙️SCRIPTS - FIVEM
    • ByYoSe Crime Missions
      • Configuration
    • ByYoSe GoFast
      • Configuration
    • ByYoSe Truck Driver
      • Configuration
    • ByYoSe Bag Pick
      • Configuration
    • ByYoSe Mortier
      • Configuration
  • ⚙️ADDONS - GMOD
    • ByYoSe Shop InGame
      • Configuration
    • ByYoSe Dirty Money
      • Configuration
Propulsé par GitBook
Sur cette page
  1. ADDONS - GMOD
  2. ByYoSe Shop InGame

Configuration

--// Settings \\--

-- Database configuration
ByYoSe.Config.Host = ""   -- Hostname or IP address of the database server
ByYoSe.Config.Port = 3306                -- Port used to connect to the database
ByYoSe.Config.DBName = ""       -- Name of the database
ByYoSe.Config.Username = ""        -- Username for database access
ByYoSe.Config.Password = ""          -- Password for the provided username

-- Language setting for the shop interface (Choose between "fr" for French or "en" for English)
ByYoSe.Config.Lang = "fr"

ByYoSe.Config.CompatipleAdminMode = "ulx" --ulx or sam

-- The following line allows for opening the administrative configuration menu
ByYoSe.Config.CommandAdminConfig = "!adminconfig"

-- Chat command to open the shop interface
ByYoSe.Config.CommandChat = "!boutique"

-- Name of the currency used in the shop (e.g., "Coins")
ByYoSe.Config.NameCoins = "Coins"

-- URL ur SHOP
ByYoSe.Config.URLShop = ""

-- URL ur Discord
ByYoSe.Config.URLDiscord = ""

-- URL of your Steam group
ByYoSe.Config.URLSteamgroup = ""

-- URL ur Web
ByYoSe.Config.URLWeb = ""



PrécédentByYoSe Shop InGameSuivantByYoSe Dirty Money

Dernière mise à jour il y a 1 an

⚙️