1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/qb-vehicle-tracker/config.lua

26 lines
849 B
Lua
Raw Normal View History

2025-07-01 09:13:57 +02:00
2025-07-01 07:06:04 +02:00
return {
trackerItem = 'vehicletracker',
trackerTabletItem = 'vehicletrackertablet',
2025-07-01 09:13:57 +02:00
trackerScannerItem = 'vehicletrackerscanner',
2025-07-01 09:34:18 +02:00
policeJobs = {'police', 'sheriff'}, -- Add all police job names here
-- Skill check difficulty settings
skillChecks = {
-- For normal players trying to locate tracker owner
normalLocateOwner = {'easy', 'medium', 'medium'},
-- For police trying to locate tracker owner (can be easier than normal)
policeLocateOwner = {'easy', 'easy', 'easy'},
-- For police trying to get phone number
policeGetPhone = {'easy', 'easy', 'easy'}
},
-- Duration settings (in milliseconds)
durations = {
-- How long the owner location blip stays on map
ownerBlipDuration = 60000 -- 60 seconds = 1 minute
}
}