Config File
Config = {}
Config.Framework = "newesx" -- oldesx = OLD Version | newesx = NEW Version
Config.Notif = "OX" -- "ESX" or "OX" or "csNotif"
Config.Cop = {
CopRequired = 0, -- number of police required to launch a gofast
Jobs = {
'police',
'sheriff',
},
}
------------------------------
Config.Progressbar = {
Time = 1000,
Text = "Computer connection...",
}
------------------------------
Config.Run = {
{
Title = 'Weed Package', -- title in button
Desc = 'The reward for this run is $500', -- description in button
Image = "https://urlr.me/CKp8n", -- photo next to button in gofast menu
Vehicle = 'baller3', -- vehicle for gofast
Plate = 'CAROTTO', -- plate on vehicle
Reward = 500, -- reward at the end of the gofast
TypeMoney = 'black_money', -- black_money or money or bank
Icon = 'cannabis', -- icon of button in gofast menu
},
{
Title = 'Cocaine Package',
Desc = 'The reward for this run is $1,000',
Image = "https://urlr.me/W9DQ1",
Vehicle = 'kuruma',
Plate = 'CAROTTO',
Reward = 1000,
TypeMoney = 'money',
Icon = 'capsules',
},
{
Title = 'Meth Package',
Desc = 'The reward for this run is $1,500',
Image = "https://urlr.me/bQZpR",
Vehicle = 'sultan2',
Plate = 'CAROTTO',
Reward = 1500,
TypeMoney = 'bank',
Icon = 'tablets',
},
-- Add others run here if you want :)
}
------------------------------
Config.DeliveryCoords = {
vector4(1070.70, -2468.96, 28.80, 89.92),
vector4(778.16, -2525.53, 20.09, 189.44),
vector4(-1156.47, -1228.74, 6.74, 199.01),
vector4(-1517.51, -548.99, 33.10, 119.29),
vector4(510.56, -504.70, 24.75, 307.97),
vector4(780.72, 224.09, 85.12, 56.09),
vector4(-122.40, 990.02, 235.70, 343.40),
vector4(-284.30, 2535.67, 74.66, 183.52),
vector4(411.13, 2984.76, 40.64, 333.49),
vector4(1278.65, 3627.79, 32.92, 204.38),
vector4(2464.95, 4074.94, 38.06, 69.83),
vector4(2132.94, 4785.93, 40.90, 201.39),
vector4(1978.32, 5171.54, 47.58, 307.38),
vector4(1684.83, 6437.32, 32.15, 351.70),
-- Add others delivery coords here if you want :)
}
------------------------------
Config.Settings = {
UsePed = true, -- false = don't use ped | true = use ped
Ped = 'a_m_m_eastsa_01', -- model of ped
PosPed = vector4(879.53, -1604.30, 30.33, 359.73), -- ped coordinates
PosTarget = vector3(879.53, -1604.30, 30.3345), -- target coordinates
PosVehicle = vector4(882.50, -1598.45, 30.18, 91.44), -- spawn vehicle coordinates
Icon = 'car', -- target icon
Cooldown = 60, -- cooldown between each gofast (time in seconds)
UseBlip = true, -- set to false if you don't want to use blips
Blip = {
Sprite = 304,
Color = 5,
Scale = 0.7,
Name = "Gofast",
}
}
------------------------------
Config.Text = {
Title = "GoFast - Run Available",
TargetButton = "Open GoFast Menu",
StartGofast = "See you at the GPS point! Be quick",
Success = "Gofast successful ! You have received a reward of $%s.",
NotifPolice = "A GoFast has been spotted. Intercept it !",
Congratulations = "Congratulations !",
NeedMoreCop = "Not enough police in town",
Error = "Error",
WaitForNew = "Please wait before starting a new run.",
AlertPolice = "Alert Police",
ArrivedDestination = "You've reached your destination!",
}
------------------------------
Config.MenuZone = {
size = vector3(1, 1, 1),
rotation = 45
}
return Config
Config = {}
Config.Framework = "QBCore"
Config.Notif = "QBCore" -- "QBCore" or "OX" or "csNotif"
Config.Target = "qb-target" -- "ox_target" or "qb-target"
Config.Webhooks = {
JobDone = "YOUR_JOB_DONE_WEBHOOK_URL",
Admin = "YOUR_ADMIN_WEBHOOK_URL",
PlayerActions = "YOUR_PLAYER_ACTIONS_WEBHOOK_URL",
}
Config.Cooldown = 5 -- Cooldown between each job in seconds
Config.Cop = {
CopRequired = 0, -- number of police required to launch a gofast
Jobs = {
'police',
'sheriff',
},
}
Config.Progressbar = {
Time = 1000,
Text = "Computer connection...",
}
Config.Run = {
{
Title = 'Weed Package', -- title in button
Desc = 'The reward for this run is $500', -- description in button
Vehicle = 'baller3', -- vehicle for gofast
Plate = 'CAROTTO', -- plate on vehicle
Reward = 500, -- reward at the end of the gofast
TypeMoney = 'blackmoney', -- blackmoney or money or bank
Icon = 'cannabis', -- icon of button in gofast menu
},
{
Title = 'Cocaine Package',
Desc = 'The reward for this run is $1,000',
Vehicle = 'kuruma',
Plate = 'CAROTTO',
Reward = 1000,
TypeMoney = 'money',
Icon = 'capsules',
},
{
Title = 'Meth Package',
Desc = 'The reward for this run is $1,500',
Vehicle = 'sultan2',
Plate = 'CAROTTO',
Reward = 1500,
TypeMoney = 'bank',
Icon = 'tablets',
},
}
Config.DeliveryCoords = {
vector4(1070.70, -2468.96, 28.80, 89.92),
vector4(778.16, -2525.53, 20.09, 189.44),
vector4(-1156.47, -1228.74, 6.74, 199.01),
vector4(-1517.51, -548.99, 33.10, 119.29),
vector4(510.56, -504.70, 24.75, 307.97),
vector4(780.72, 224.09, 85.12, 56.09),
vector4(-122.40, 990.02, 235.70, 343.40),
vector4(-284.30, 2535.67, 74.66, 183.52),
vector4(411.13, 2984.76, 40.64, 333.49),
vector4(1278.65, 3627.79, 32.92, 204.38),
vector4(2464.95, 4074.94, 38.06, 69.83),
vector4(2132.94, 4785.93, 40.90, 201.39),
vector4(1978.32, 5171.54, 47.58, 307.38),
vector4(1684.83, 6437.32, 32.15, 351.70),
}
Config.Settings = {
UsePed = true,
Ped = 'a_m_m_eastsa_01',
PosPed = vector4(879.53, -1604.30, 30.33, 359.73),
PosTarget = vector3(879.53, -1604.30, 30.3345),
PosVehicle = vector4(882.50, -1598.45, 30.18, 91.44),
Icon = 'car',
UseBlip = true,
Blip = {
Sprite = 304,
Color = 5,
Scale = 0.7,
Name = "Gofast",
}
}
Config.Text = {
Title = "GoFast - Run Available",
TargetButton = "Open GoFast Menu",
StartGofast = "See you at the GPS point! Be quick",
Success = "Gofast successful! You have received a reward of $%s.",
NotifPolice = "A GoFast has been spotted. Intercept it!",
Congratulations = "Congratulations!",
NeedMoreCop = "Not enough police in town",
Error = "Error",
WaitForNew = "Please wait before starting a new run.",
AlertPolice = "Alert Police",
ArrivedDestination = "You've reached your destination!",
CheckBlackMoney = "You have $%s black money in Your Account.",
}
Config.MenuZone = {
size = vector3(1, 1, 1),
rotation = 45
}
return Config
Last updated