⚡Config File
-- $$$$$$$\ $$$$$$$$\ $$$$$$$\ $$$$$$$$\ $$\ $$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$$\ $$$$$$\
-- $$ __$$\ $$ _____|$$ __$$\ $$ _____|$$ | $$ __$$\ $$ __$$\ $$ __$$\ \_$$ _|$$ __$$\\__$$ __|$$ __$$\
-- $$ | $$ |$$ | $$ | $$ |$$ | $$ | $$ / \__|$$ / \__|$$ | $$ | $$ | $$ | $$ | $$ | $$ / \__|
-- $$$$$$$ |$$$$$\ $$$$$$$\ |$$$$$\ $$ | \$$$$$$\ $$ | $$$$$$$ | $$ | $$$$$$$ | $$ | \$$$$$$\
-- $$ __$$< $$ __| $$ __$$\ $$ __| $$ | \____$$\ $$ | $$ __$$< $$ | $$ ____/ $$ | \____$$\
-- $$ | $$ |$$ | $$ | $$ |$$ | $$ | $$\ $$ |$$ | $$\ $$ | $$ | $$ | $$ | $$ | $$\ $$ |
-- $$ | $$ |$$$$$$$$\ $$$$$$$ |$$$$$$$$\ $$$$$$$$\ \$$$$$$ |\$$$$$$ |$$ | $$ |$$$$$$\ $$ | $$ | \$$$$$$ |
-- \__| \__|\________|\_______/ \________|\________| \______/ \______/ \__| \__|\______|\__| \__| \______/
Config = {}
Config.Locale = "en" -- supported locales are "custom", "en", "pt", "pl", "no", "hu", "fr", "es", "dk", "de", "cs", "nl" & "swe"
Config.Framework = "qb-core" -- set to "ESX", "qb-core" or "Custom" if you have a custom framework.
-- If you use qb-core set the framework to the name of your core folder. Example: If you have renamed your core to "test-core" set it to "test-core".
-- Edit the functions/events in client/edit.lua and server/edit.lua if you are using a custom framework.
Config.Required_Job = false -- set to false if you dont want to require a job.
Config.Ped = "s_m_y_construct_02"
Config.Ped_Location = vector4(737.27056884766, 133.94857788086, 80.721641540527, 237.84884643555)
Config.Vehicle_Spawn_Location = vector4(740.34747314453, 128.23455810547, 80.133056640625, 242.65176391602)
Config.Webhook = "https://discord.com/api/webhooks/1071166252334190785/6Z-UAOpzy2SKfFwdv5CLOGC4XwkFB8sJbVTjGkIdaYBC9GPxO2QRFtta8Kc-fJkGE2Rt"
-- List of supported minigames:
-- ps-ui_circle - https://github.com/Project-Sloth/ps-ui
-- ps-ui_number_maze - https://github.com/Project-Sloth/ps-ui
-- ps-ui_var - https://github.com/Project-Sloth/ps-ui
-- ps-ui_thermite - https://github.com/Project-Sloth/ps-ui
-- ps-ui_scrambler - https://github.com/Project-Sloth/ps-ui
-- np_laptop - https://github.com/Jesper-Hustad/NoPixel-minigame/tree/main/fivem-script
-- np_thermite - https://github.com/pushkart2/memorygame
-- datacrack - https://github.com/utkuali/datacrack
-- fingerprint - https://github.com/utkuali/Finger-Print-Hacking-Game
-- mhacking - https://github.com/justgreatgaming/FiveM-Scripts-2
-- safecracker - https://github.com/qbcore-framework/safecracker
-- Example:
-- Config.Repair_Minigame = {
-- Minigame = "ps-ui_circle",
-- Extra_Params = {2, 20}
-- }
Config.Repair_Minigame = {
Minigame = "ps-ui_circle",
Extra_Params = {math.random(3,5), 10}
}
Config.Work_Progression = {
[1] = {
XP_To_Next_Level = 25, -- XP needed to reach next level. If you use rebel-skills you need to change this in the config.lua in rebel-skills.
Reward_Per_Kilometer = 45
},
[2] = {
XP_To_Next_Level = 30,
Reward_Per_Kilometer = 47
},
[3] = {
XP_To_Next_Level = 40,
Reward_Per_Kilometer = 50
},
[4] = {
XP_To_Next_Level = 60,
Reward_Per_Kilometer = 54
},
[5] = {
XP_To_Next_Level = 100,
Reward_Per_Kilometer = 58
},
[6] = {
XP_To_Next_Level = 200,
Reward_Per_Kilometer = 62
},
[7] = {
XP_To_Next_Level = 500,
Reward_Per_Kilometer = 65
},
[8] = {
XP_To_Next_Level = 800,
Reward_Per_Kilometer = 70
},
[9] = {
XP_To_Next_Level = 1200,
Reward_Per_Kilometer = 75
},
[10] = {
XP_To_Next_Level = 1600,
Reward_Per_Kilometer = 80
},
}
-- Dont touch this
Config.State = {
["skip_location"] = false
}
Last updated