Config.SQLSettings = {
-- TWIX APP --
['SaveTwixPostsToSql'] = true, -- This setting is used to save shared twix to sql. If you set it to False, the data will not be saved to sql.
['DeletePostsAfterCertainPeriodTime'] = 7, -- Set this to 0 if you don't want any posts to be deleted. If you want to use it, specify a number of days and posts shared more than the number of days you enter will be deleted.
['DeleteTwixAccount'] = 10, -- Set this to 0 if you don't want any accounts to be deleted. If you want to use it, specify a number of days and the sql data of players who have been inactive more than the number of days you enter will be deleted.
-- YELLO APP --
['SaveYelloPostsToSql'] = true, -- This setting is used to save shared yello page to sql. If you set it to False, the data will not be saved to sql.
['DeletePostsAfterCertainPeriodTimeYello'] = 7, -- Set this to 0 if you don't want any posts to be deleted. If you want to use it, specify a number of days and posts shared more than the number of days you enter will be deleted.
--- BANK APP ---
['SaveBankLogToSql'] = true, -- This setting is used to save bank log to sql. If you set it to False, the data will not be saved to sql.
['DeleteLogAfterCertainPeriodTimeBankLog'] = 7, -- This setting is used to delete the bank log after the specified day. If you set it to 0, the data will not be deleted.
--- CAll APP ---
['SaveLastCallLogToSql'] = true, -- This setting is used to save call log to sql. If you set it to False, the data will not be saved to sql.
['DeleteLogAfterCertainPeriodTimeLastCall'] = 7, -- This setting is used to delete the call log after the specified day. If you set it to 0, the data will not be deleted.
--- MESSAGE APP ---
['SaveMessageLogToSql'] = true, -- This setting is used to save messages log to sql. If you set it to False, the data will not be saved to sql.
['DeleteLogAfterCertainPeriodTimeMessageLog'] = 7, -- This setting is used to delete the messages log after the specified day. If you set it to 0, the data will not be deleted.
--- DARKCHAT APP ---
['DeleteLogAfterCertainPeriodTimeDarkchatMessages'] = 7, -- This setting is used to delete the messages log after the specified day. If you set it to 0, the data will not be deleted.
--- CALLIE APP ----
['SaveCallieMessageLogToSql'] = true, -- This setting is used to save callie messages log to sql. If you set it to False, the data will not be saved to sql.
['DeleteLogAfterCertainPeriodTimeCallieMessages'] = 7, -- This setting is used to delete the callie messages log after the specified day. If you set it to 0, the data will not be deleted.
--- SMARKET APP ----
['SaveSMarketLogToSql'] = true, -- This setting is used to save jobby log to sql. If you set it to False, the data will not be saved to sql.
['DeleteLogAfterCertainPeriodTimeSMarketLog'] = 7, -- This setting is used to delete the smarket log after the specified day. If you set it to 0, the data will not be deleted.
--- LSTIMES APP ---
['DeleteLogAfterCertainPeriodTimeLSTimesNews'] = 7, -- This setting is used to delete the lstimes news log after the specified day. If you set it to 0, the data will not be deleted.
}
-- ███╗░░░███╗░█████╗░██████╗░░██████╗ ░█████╗░██████╗░██████╗░
-- ████╗░████║██╔══██╗██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗
-- ██╔████╔██║███████║██████╔╝╚█████╗░ ███████║██████╔╝██████╔╝
-- ██║╚██╔╝██║██╔══██║██╔═══╝░░╚═══██╗ ██╔══██║██╔═══╝░██╔═══╝░
-- ██║░╚═╝░██║██║░░██║██║░░░░░██████╔╝ ██║░░██║██║░░░░░██║░░░░░
-- ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═════╝░ ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
Config.LiveMapSharingUpdateTime = 5 * 1000 -- 5 seconds refresh time
Config.LiveMapSharingTotalTime = 10 * 60 -- 10 minutes total time
-- ██╗░░░░░░██████╗████████╗██╗███╗░░░███╗███████╗░██████╗ ░█████╗░██████╗░██████╗░
-- ██║░░░░░██╔════╝╚══██╔══╝██║████╗░████║██╔════╝██╔════╝ ██╔══██╗██╔══██╗██╔══██╗
-- ██║░░░░░╚█████╗░░░░██║░░░██║██╔████╔██║█████╗░░╚█████╗░ ███████║██████╔╝██████╔╝
-- ██║░░░░░░╚═══██╗░░░██║░░░██║██║╚██╔╝██║██╔══╝░░░╚═══██╗ ██╔══██║██╔═══╝░██╔═══╝░
-- ███████╗██████╔╝░░░██║░░░██║██║░╚═╝░██║███████╗██████╔╝ ██║░░██║██║░░░░░██║░░░░░
-- ╚══════╝╚═════╝░░░░╚═╝░░░╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░ ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
-- Config.LSTimesJobAndIdentifier = {
-- ['job'] = {
-- ['weazelnews'] = true,
-- ['lsnews'] = true,
-- },
-- ['identifier'] = {
-- ['DQO68482'] = true,
-- ['GOT31948'] = true,
-- }
-- }
-- ░█████╗░░█████╗░██╗░░░░░██╗░░░░░██╗███████╗ ░█████╗░██████╗░██████╗░
-- ██╔══██╗██╔══██╗██║░░░░░██║░░░░░██║██╔════╝ ██╔══██╗██╔══██╗██╔══██╗
-- ██║░░╚═╝███████║██║░░░░░██║░░░░░██║█████╗░░ ███████║██████╔╝██████╔╝
-- ██║░░██╗██╔══██║██║░░░░░██║░░░░░██║██╔══╝░░ ██╔══██║██╔═══╝░██╔═══╝░
-- ╚█████╔╝██║░░██║███████╗███████╗██║███████╗ ██║░░██║██║░░░░░██║░░░░░
-- ░╚════╝░╚═╝░░╚═╝╚══════╝╚══════╝╚═╝╚══════╝ ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
Config.CallieCallToJob = true -- If you set it to true, the callie app will be able to call the job.
Config.CalliePageJobs = {
{
job = 'police',
icon = 'policeicon.png',
label = 'Police',
notBeCalledGrade = { 4, 5 }
},
{
job = 'ambulance',
icon = 'ambulanceicon.png',
label = 'Ambulance',
notBeCalledGrade = { 4, 5 }
},
{
job = 'cardealer',
icon = 'cardealericon.png',
label = 'Cardealer',
notBeCalledGrade = {}
},
{
job = 'mechanic',
icon = 'mechanicicon.png',
label = 'Mechanic',
notBeCalledGrade = {}
},
{
job = 'taxi',
icon = 'taxiicon.png',
label = 'Taxi',
notBeCalledGrade = {}
},
}
-- ░░░░░██╗░█████╗░██████╗░██████╗░██╗░░░██╗ ░█████╗░██████╗░██████╗░
-- ░░░░░██║██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝ ██╔══██╗██╔══██╗██╔══██╗
-- ░░░░░██║██║░░██║██████╦╝██████╦╝░╚████╔╝░ ███████║██████╔╝██████╔╝
-- ██╗░░██║██║░░██║██╔══██╗██╔══██╗░░╚██╔╝░░ ██╔══██║██╔═══╝░██╔═══╝░
-- ╚█████╔╝╚█████╔╝██████╦╝██████╦╝░░░██║░░░ ██║░░██║██║░░░░░██║░░░░░
-- ░╚════╝░░╚════╝░╚═════╝░╚═════╝░░░░╚═╝░░░ ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
Config.JobbyBossMoneyInTheWithdrawandDeposit = true -- If you set it to true, the boss can see the money in the withdraw and deposit section.
Config.JobbyApps = {
['police'] = {
name = 'police',
label = 'Police',
bossgrade = { 4, 5 },
},
['ambulance'] = {
name = 'ambulance',
label = 'Ambulance',
bossgrade = { 4, 5 },
},
['mechanic'] = {
name = 'mechanic',
label = 'Mechanic',
bossgrade = { 4 },
},
['cardealer'] = {
name = 'cardealer',
label = 'Cardealer',
bossgrade = { 4 },
},
['taxi'] = {
name = 'taxi',
label = 'Taxi',
bossgrade = { 4 },
},
['realestate'] = {
name = 'realestate',
label = 'Real Estate',
bossgrade = { 4 },
},
['benny'] = {
name = 'benny',
label = 'Benny Mech',
bossgrade = { 4 },
},
}
-- ░██████╗░░░░█████╗░░░░░██████╗ ░█████╗░██████╗░██████╗░
-- ██╔════╝░░░██╔══██╗░░░██╔════╝ ██╔══██╗██╔══██╗██╔══██╗
-- ╚█████╗░░░░██║░░██║░░░╚█████╗░ ███████║██████╔╝██████╔╝
-- ░╚═══██╗░░░██║░░██║░░░░╚═══██╗ ██╔══██║██╔═══╝░██╔═══╝░
-- ██████╔╝██╗╚█████╔╝██╗██████╔╝ ██║░░██║██║░░░░░██║░░░░░
-- ╚═════╝░╚═╝░╚════╝░╚═╝╚═════╝░ ╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░
Config.SOSAppPermission = {
['ambulance'] = true,
-- you can add more jobs
}
Config.safeZones = { -- If you do not want the sos app to work in certain coordinates, enter the coordinates and radius here.
-- { coords = vector3(1093.13, -2637.46, 9.74), radius = 50.0 },
-- { coords = vector3(0.0, 0.0, 0.0), radius = 75.0 },
}
|