Configuration
SHARED
Don't touch the first line
Config = {}
-- $$$$$$\ $$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$\ $$\ $$$$$$$\ $$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$\ $$\
-- $$ __$$\ $$ __$$\ $$$\ $$ |$$ _____|\_$$ _|$$ __$$\ $$ | $$ |$$ __$$\ $$ __$$\\__$$ __|\_$$ _|$$ __$$\ $$$\ $$ |
-- $$ / \__|$$ / $$ |$$$$\ $$ |$$ | $$ | $$ / \__|$$ | $$ |$$ | $$ |$$ / $$ | $$ | $$ | $$ / $$ |$$$$\ $$ |
-- $$ | $$ | $$ |$$ $$\$$ |$$$$$\ $$ | $$ |$$$$\ $$ | $$ |$$$$$$$ |$$$$$$$$ | $$ | $$ | $$ | $$ |$$ $$\$$ |
-- $$ | $$ | $$ |$$ \$$$$ |$$ __| $$ | $$ |\_$$ |$$ | $$ |$$ __$$< $$ __$$ | $$ | $$ | $$ | $$ |$$ \$$$$ |
-- $$ | $$\ $$ | $$ |$$ |\$$$ |$$ | $$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ |\$$$ |
-- \$$$$$$ | $$$$$$ |$$ | \$$ |$$ | $$$$$$\ \$$$$$$ |\$$$$$$ |$$ | $$ |$$ | $$ | $$ | $$$$$$\ $$$$$$ |$$ | \$$ |
-- \______/ \______/ \__| \__|\__| \______| \______/ \______/ \__| \__|\__| \__| \__| \______| \______/ \__| \__|
-- Use "esx" or "qb"
Config.Framework = "qb"
-- If you are using one of the most recent versions of ESX, set the script name. Default = "es_extended"
Config.ESXExport = "es_extended"
-- Default ESX: "esx:getSharedObject" | Default QB: "qb-core"
Config.Core = "qb-core"
-- Type the name of your server or the title you want to be displayed
Config.Title = "ROLEPLAY"
-- Write a subtitle that will appear below your server name or title
Config.Subtitle = "SCOREBOARD"
-- Command to open the scoreboard
Config.Command = "scoreboard"
-- Set to false to not use a key to open the scoreboard
Config.UseKey = false
-- F11 by default
Config.Key = 344
-- $$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$\ $$\ $$$$$$\
-- $$ _____|$$ __$$\ $$ __$$\\__$$ __|\_$$ _|$$ __$$\ $$$\ $$ |$$ __$$\
-- $$ | $$ / $$ |$$ / \__| $$ | $$ | $$ / $$ |$$$$\ $$ |$$ / \__|
-- $$$$$\ $$$$$$$$ |$$ | $$ | $$ | $$ | $$ |$$ $$\$$ |\$$$$$$\
-- $$ __| $$ __$$ |$$ | $$ | $$ | $$ | $$ |$$ \$$$$ | \____$$\
-- $$ | $$ | $$ |$$ | $$\ $$ | $$ | $$ | $$ |$$ |\$$$ |$$\ $$ |
-- $$ | $$ | $$ |\$$$$$$ | $$ | $$$$$$\ $$$$$$ |$$ | \$$ |\$$$$$$ |
-- \__| \__| \__| \______/ \__| \______| \______/ \__| \__| \______/
Jobs = {
["police"] = {
show = true,
title = "POLICE",
jobname = "police"
},
["ems"] = {
show = true,
title = "EMS",
jobname = "ambulance"
},
["firefighter"] = {
show = true,
title = "FIRE FIGHTER",
jobname = "firefighter"
},
["mechanic"] = {
show = true,
title = "MECHANIC",
jobname = "mechanic"
},
["taxi"] = {
show = true,
title = "TAXI",
jobname = "taxi"
}
}
-- $$$$$$\ $$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$\ $$\ $$$$$$\
-- $$ __$$\ $$ __$$\\__$$ __|\_$$ _|$$ __$$\ $$$\ $$ |$$ __$$\
-- $$ / $$ |$$ / \__| $$ | $$ | $$ / $$ |$$$$\ $$ |$$ / \__|
-- $$$$$$$$ |$$ | $$ | $$ | $$ | $$ |$$ $$\$$ |\$$$$$$\
-- $$ __$$ |$$ | $$ | $$ | $$ | $$ |$$ \$$$$ | \____$$\
-- $$ | $$ |$$ | $$\ $$ | $$ | $$ | $$ |$$ |\$$$ |$$\ $$ |
-- $$ | $$ |\$$$$$$ | $$ | $$$$$$\ $$$$$$ |$$ | \$$ |\$$$$$$ |
-- \__| \__| \______/ \__| \______| \______/ \__| \__| \______/
Actions = {
[1] = {
title = "JEWELRY ROBBERY",
img = "./assets/action1.png",
minPolice = 2
},
[2] = {
title = "SHOP ROBBERY",
img = "./assets/action2.png",
minPolice = 1
},
[3] = {
title = "BANK ROBBERY",
img = "./assets/action3.png",
minPolice = 2
},
[4] = {
title = "VEHICLE ROBBERY",
img = "./assets/action4.png",
minPolice = 1
}
}
Last updated