Lama Development
  • Introduction
  • scripts
    • LamaSupport-V2
      • Configuration
      • ToDo
      • Changelog
    • LamaCarInsurance
      • Configuration
      • ToDo
      • Changelog
    • LamaSupportScript
      • Configuration
      • ToDo
      • Changelog
    • LamaSocietyDeposit
      • Configuration
      • ToDo
      • Changelog
    • LamaSweeperJob
      • Configuration
      • ToDo
      • Changelog
    • LamaLottery
      • Configuration
      • ToDo
      • Changelog
    • LamaIngameAdvertisement
    • LamaCarWash
  • 🛒Shop
Powered by GitBook
On this page
  • Config file
  • Official Locales
  1. scripts
  2. LamaCarInsurance

Configuration

You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.

Config file

Config = {}

Config.Locale = 'en'

Config.DrawDistance = 100

Config.Price = 10
Config.Time = 100000

Config.UseCommand = true
Config.CommandName = 'checkinsurance'

Config.Positions = {
    Marker = {
        Pos = {x = -8.7745, y = -1096.1588, z = 26.0103},
		Size = {x = 1.5, y = 1.5, z = 1.0},
		Color = {r = 204, g = 204, b = 0},
		Type = 1 -- Change to your needs: https://docs.fivem.net/docs/game-references/markers/
    },

    Blip = {
        IsOn = true, -- Activate or deactivate the Blip
        Name = 'Car Insurance',
        Sprite = 380, -- Which blip, you can find a list here: https://docs.fivem.net/docs/game-references/blips/
        Scale = 1.2,
        Colour = 2,
    },
}

Official Locales

PreviousLamaCarInsuranceNextToDo

Last updated 1 year ago

Join the Lama Development Discord Server!Discord
Logo