Configuration
Main Configuration
Config = {
Debug = false, -- debug mode for more information
VersionCheck = true, -- should this script check for a new version?
WebHook = 'https://ptb.discord.com/api/webhooks/', -- discord webhook
LeoJobs = {'police', 'cop', 'marshal'}, -- jobs that cant sell when illegal = true
DrawDistance = 30.0, -- distance marker should be drawn
DrawDistanceNPC = 100.0, -- distance ped should be drawn
InteractDistance = 1.8, -- distance you can access the markers
RefreshTime = 90 * 60 * 1000, -- refresh for prices (example given: 30 minutes)
RemainingTime = 0, -- do not change this
Chance = 20, -- change of double lose or gain
}Translation Configuration
Sound Configuration
IMPORTANT LIMITATION
Last updated