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' -- Set the Language

Config.DrawDistance = 100.0
Config.Price = 5 -- How much should the player receive
Config.Time = 10000 -- (IN MILISECONDS!!!!!) Time when the player receives his reward

Config.Vehicle = "bmci" -- The vehicle spawnname

Config.NPC = {
	SetNPC = {
		IsOn = true, -- Enable or disable the NPC (Only true or false)
		Hash = 'cs_movpremmale',
		Pos  = {x = 438.3272, y = -623.0280, z = 27.7091, h = 84.1521},
	},
}

Config.BlipZone = { -- Set the blip
	Blip = {
		Name = 'Sweeper Minijob',
		Pos = {x = 437.0522, y = -622.9207, z = 28.7087}, -- Blip Position
		BlipSprite = 318, -- Wich blip, you can find a list here: https://docs.fivem.net/docs/game-references/blips/
		BlipScale = 1.2,
		BlipColour = 5
	},
}

Config.Zones = { -- Set the marker for starting the job
	StartJob = {
		Pos = {x = 437.0522, y = -622.9207, z = 27.7087},
		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/
	},

}

Config.Car = {
	SpawnCar = { -- Set the car spawn location
		Pos = {x = 429.0569, y = -637.6578, z = 28.5001}, -- Position
		View = 110.3999 -- Heading
	},
}

Official Locales

Last updated