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

Last updated