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. SCRIPTS - FIVEM
  2. ByYoSe Mortier

Configuration

ByYoSe = {}

ByYoSe.Config = {}

ByYoSe.Config.Locale = 'fr' -- locale for the script (fr, en)

ByYoSe.Config.Ammo = 10 --// It assigns a value 

ByYoSe.Config.Item = 'mortier'

ByYoSe.Config.Language = {}

ByYoSe.Config.Language['fr'] = {
    text = '~INPUT_ATTACK~ pour lancer le mortier. \n %s Quantité \n Jeter ~INPUT_LOOK_BEHIND~'
}

ByYoSe.Config.Language['en'] = {
    text = 'Press ~INPUT_ATTACK~ to fire the mortar. \n %s quantity. \n Discard ~INPUT_LOOK_BEHIND~',
}

function getSetence(id)
    return ByYoSe.Config.Language[ByYoSe.Config.Locale][id]
end 
PrécédentByYoSe MortierSuivantByYoSe Shop InGame

Dernière mise à jour il y a 1 an

⚙️