{"id":199366,"date":"2025-09-29T16:22:42","date_gmt":"2025-09-29T14:22:42","guid":{"rendered":"https:\/\/fivemx.com\/?post_type=product&#038;p=199366"},"modified":"2025-12-24T07:30:00","modified_gmt":"2025-12-24T06:30:00","slug":"tk-mdt-v2","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/tk-mdt-v2\/","title":{"rendered":"TK MDT V2"},"content":{"rendered":"<p><iframe title=\"All-in-one FiveM MDT Script V2 [ESX\/QB\/QBOX]\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/9T3ENM1rpic?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p><strong>Config file<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Config = {}\r\n\r\nConfig.Framework = 'esx' -- esx\/qb\r\nConfig.NotificationType = 'esx' -- esx\/qb\/mythic\r\nConfig.Locale = 'en' -- en\/fi\r\nConfig.DebugMode = false -- false \/ true\r\n\r\nConfig.Inventory = 'default' -- default\/ox\r\nConfig.License = '' -- default\/esx\/qb\r\nConfig.Phone = '' -- default\/lb\/qs\/gks\/gks2\/high\/yseries -- you can add your own in server\/main_editable.lua\r\nConfig.Housing = '' -- tk\/tk_v2\/\/ps\/loaf\/qb\/qbx\/qs\/cylex\/nolag\/bcs -- you can add your own in server\/main_editable.lua\r\nConfig.Dispatch = '' -- tk\/cd\/qs\/ps\/core\/rcore\/loverp -- see server\/main_editable.lua for examples on how to add your own\r\nConfig.Jail = '' -- tk\/pickle\/rcore -- see client\/main_editable.lua for examples on how to add your own\r\nConfig.UseOxLib = false -- false \/ true, remember to add \" shared_script '@ox_lib\/init.lua' \" to fxmanifest.lua if set to true\r\nConfig.UseOxTarget = false -- false \/ true\r\nConfig.BPS = 500000 -- affects how fast data is sent from server to client when opening MDT for first time, if server lags or player crashes when opening, try lowering this value\r\n\r\nConfig.UISettings = {\r\n    color = 'blue', -- https:\/\/v6.mantine.dev\/theming\/colors\/\r\n    shade = 6, -- 1-9, 1 being the lightest and 9 being the darkest\r\n    scheme = 'dark', -- light\/dark\r\n}\r\n\r\nConfig.TabletAnim = {\r\n    dict = 'amb@world_human_seat_wall_tablet@female@idle_a',\r\n    name = 'idle_c',\r\n    model = `prop_cs_tablet`,\r\n    bone = 60309,\r\n    pos = vec3(0.0, 0.0, -0.04),\r\n    rot = vec3(0.0, 0.0, 0.0),\r\n}\r\n\r\nConfig.MDTNotifications = true -- true \/ false, enable or disable MDT notifications\r\nConfig.ShowProfileIdentifiers = true -- true \/ false, show or hide identifiers in profiles\r\nConfig.ShowAddLicenseButton = true -- true \/ false, show or hide add license button in profiles\r\nConfig.EnableIncidentExporting = false -- false \/ true, enable or disable exporting incidents\r\nConfig.NeedItemCommand = false -- true \/ false, should player need the item to use the command\r\n\r\nConfig.PoliceReportLocations = { -- coords for police report remove if you dont want to use\r\n    {coords = vec4(441.1595, -978.8431, 30.6896, 178.8787), dist = 3.0, ped = `s_f_y_cop_01`, scenario = 'WORLD_HUMAN_COP_IDLES', page = 'police'},\r\n}\r\n\r\nConfig.MDTs = {\r\n    police = {\r\n        label = 'Police',\r\n        --image = '',\r\n        color = 'blue',\r\n        shade = 6,\r\n        jobs = {\r\n            police = 0,\r\n            leo = 0,\r\n            sheriff = 0,\r\n        },\r\n        items = {'pol_mdt'},\r\n        command = 'polmdt',\r\n        locations = {\r\n            {coords = vec4(449.33, -984.9, 30.69, 90.0), dist = 3.0, ped = `s_f_y_cop_01`, scenario = 'WORLD_HUMAN_COP_IDLES'},\r\n        },\r\n        statuses = {'Active', 'Inactive'}, -- for employee page\r\n        licenses = {'Motorcycle', 'Helicopter', 'Investigation'}, -- for employee page\r\n        templates = { -- default text that will be used in reports, you can use html tags like &lt;br&gt;, &lt;b&gt;, etc., for example: 'First officer on scene: &lt;br&gt;Location:  &lt;br&gt;Details: '\r\n            incident = '',\r\n            report = '',\r\n            trainingReport = '',\r\n            -- you can also specify templates for report types, for example:\r\n            -- arrest = '',\r\n            -- crime_scene = '',\r\n            -- traffic_incident = '',\r\n            -- investigation = '',\r\n        },\r\n        reportTypes = {\r\n            --[[ arrest = { -- report name, remember to add to locales\r\n                detective = 0, -- you can add additional jobs that can this report (\"shared reports\"), job name and minimum grade\r\n            },\r\n            crime_scene = {\r\n                detective = 0,\r\n            },\r\n            traffic_incident = {\r\n                detective = 0,\r\n                ambulance = 0,\r\n            },\r\n            investigation = {\r\n                detective = 0,\r\n            }, ]]\r\n        },\r\n        pages = {\r\n            {\r\n                name = 'home',\r\n                icon = 'IconHome', -- tabler react icon name, see https:\/\/tabler-icons.io\/ for all icons\r\n                components = {\r\n                    chat = { -- default permissions\r\n                        read = {\r\n                            police = 0, -- job name, minimum grade\r\n                        },\r\n                        write = {\r\n                            police = 0,\r\n                        },\r\n                        delete = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                    announcements = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                        write = {\r\n                            police = 0,\r\n                        },\r\n                        delete = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                    warrants = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                        write = {\r\n                            police = 0,\r\n                        },\r\n                        delete = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                    bolos = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                        write = {\r\n                            police = 0,\r\n                        },\r\n                        delete = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'profiles',\r\n                icon = 'IconUser',\r\n                sidebar = {\r\n                    'warrants',\r\n                    'tags',\r\n                    'vehicles',\r\n                    'licenses',\r\n                    'properties',\r\n                    'jobs',\r\n                    'weapons',\r\n                    'charges',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'linkedProfiles',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'vehicles',\r\n                icon = 'IconCar',\r\n                sidebar = {\r\n                    'bolos',\r\n                    'tags',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'properties',\r\n                icon = 'IconHome',\r\n                sidebar = {\r\n                    'tags',\r\n                    'linkedProfiles',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'businesses',\r\n                icon = 'IconBuilding',\r\n                sidebar = {\r\n                    'tags',\r\n                    'employees',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'incidents',\r\n                icon = 'IconAlertTriangle',\r\n                sidebar = {\r\n                    'tags',\r\n                    'employees',\r\n                    'criminals',\r\n                    'civilians',\r\n                    'vehicles',\r\n                    'weapons',\r\n                    'evidence',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'linkedPoliceReports',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'reports',\r\n                icon = 'IconNotebook',\r\n                sidebar = {\r\n                    'tags',\r\n                    'employees',\r\n                    'suspects',\r\n                    'civilians',\r\n                    'vehicles',\r\n                    'weapons',\r\n                    'evidence',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'linkedPoliceReports',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'trainingReports',\r\n                icon = 'IconReportAnalytics',\r\n                sidebar = {\r\n                    'reports',\r\n                    'driving',\r\n                    'professionalism',\r\n                    'radio',\r\n                    'generalKnowledge',\r\n                    'shooting',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 1,\r\n                    },\r\n                    write = {\r\n                        police = 1,\r\n                    },\r\n                    delete = {\r\n                        police = 1,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'policeReports',\r\n                icon = 'IconMessageReport',\r\n                sidebar = {\r\n                    'tags',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 5,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'evidence',\r\n                icon = 'IconZoomExclamation',\r\n                sidebar = {\r\n                    'tags',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'weapons',\r\n                icon = 'IconMicroscope',\r\n                sidebar = {\r\n                    'tags',\r\n                    'owners',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'map',\r\n                icon = 'IconMap',\r\n                components = {\r\n                    map = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                    activeUnits = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                    calls = {\r\n                        read = {\r\n                            police = 0,\r\n                        },\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'charges',\r\n                icon = 'IconFileInvoice',\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'legislation',\r\n                icon = 'IconGavel',\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'employees',\r\n                icon = 'IconUsers',\r\n                status = {\r\n                    'Active',\r\n                    'Inactive',\r\n                },\r\n                licenses = {\r\n                    'Motorcycle',\r\n                    'Helicopter',\r\n                    'Investigation',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 3,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'tags',\r\n                icon = 'IconTag',\r\n                permissions = {\r\n                    read = {\r\n                        police = 0,\r\n                    },\r\n                    write = {\r\n                        police = 0,\r\n                    },\r\n                    delete = {\r\n                        police = 5,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'permissions',\r\n                icon = 'IconShieldCheck',\r\n                permissions = {\r\n                    read = {\r\n                        police = 3,\r\n                    },\r\n                    write = {\r\n                        police = 3,\r\n                    },\r\n                    delete = {\r\n                        police = 3,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'logs',\r\n                icon = 'IconFileText',\r\n            },\r\n            {\r\n                name = 'settings',\r\n                icon = 'IconSettings',\r\n            },\r\n            --[[ {\r\n                name = 'senate',\r\n                label = 'Senate Legislation',\r\n                icon = 'IconGavel',\r\n                iframeUrl = 'https:\/\/governement.de\/',\r\n            }, ]]\r\n            --[[ { -- Requires tk_cctv\r\n                name = 'cctv',\r\n                label = 'CCTV',\r\n                icon = 'IconCamera',\r\n                onClick = function()\r\n                    exports.tk_mdt:closeUI()\r\n                    exports.tk_cctv:openCameraTablet()\r\n                end,\r\n            }, ]]\r\n            --[[ { -- Requires tk_jail\r\n                name = 'jailMDT',\r\n                label = 'Jail MDT',\r\n                icon = 'IconPrison',\r\n                onClick = function()\r\n                    TriggerEvent('tk_jail:useTablet')\r\n                end,\r\n            }, ]]\r\n            --[[ { -- Requires tk_dispatch\r\n                name = 'dispatch',\r\n                label = 'Dispatch',\r\n                icon = 'IconBellRinging',\r\n                onClick = function()\r\n                    exports.tk_dispatch:toggleUI('map')\r\n                end,\r\n            }, ]]\r\n        },\r\n    },\r\n    ambulance = {\r\n        label = 'Ambulance',\r\n        --image = '',\r\n        color = 'red',\r\n        shade = 6,\r\n        jobs = {\r\n            ambulance = 0\r\n        },\r\n        items = {'ems_mdt'},\r\n        command = 'emsmdt',\r\n        statuses = {'Active', 'Inactive'}, -- for employee page\r\n        pages = {\r\n            {\r\n                name = 'home',\r\n                icon = 'IconHome', -- tabler react icon name, see https:\/\/tabler-icons.io\/ for all icons\r\n                components = {\r\n                    chat = { -- default permissions\r\n                        read = {\r\n                            ambulance = 0, -- job name, minimum grade\r\n                        },\r\n                        write = {\r\n                            ambulance = 0,\r\n                        },\r\n                        delete = {\r\n                            ambulance = 0,\r\n                        },\r\n                    },\r\n                    announcements = {\r\n                        read = {\r\n                            ambulance = 0,\r\n                        },\r\n                        write = {\r\n                            ambulance = 0,\r\n                        },\r\n                        delete = {\r\n                            ambulance = 0,\r\n                        },\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'profiles',\r\n                icon = 'IconUser',\r\n                sidebar = {\r\n                    'tags',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'linkedProfiles',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 0,\r\n                    },\r\n                    write = {\r\n                        ambulance = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'reports',\r\n                icon = 'IconNotebook',\r\n                sidebar = {\r\n                    'tags',\r\n                    'employees',\r\n                    'civilians',\r\n                    'evidence',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                    'linkedambulanceReports',\r\n                    'photos',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 0,\r\n                    },\r\n                    write = {\r\n                        ambulance = 0,\r\n                    },\r\n                    delete = {\r\n                        ambulance = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'trainingReports',\r\n                icon = 'IconReportAnalytics',\r\n                sidebar = {\r\n                    'reports',\r\n                    'driving',\r\n                    'professionalism',\r\n                    'radio',\r\n                    'generalKnowledge',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 1,\r\n                    },\r\n                    write = {\r\n                        ambulance = 1,\r\n                    },\r\n                    delete = {\r\n                        ambulance = 1,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'evidence',\r\n                icon = 'IconZoomExclamation',\r\n                sidebar = {\r\n                    'tags',\r\n                    'linkedIncidents',\r\n                    'linkedReports',\r\n                },\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 0,\r\n                    },\r\n                    write = {\r\n                        ambulance = 0,\r\n                    },\r\n                    delete = {\r\n                        ambulance = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'map',\r\n                icon = 'IconMap',\r\n                components = {\r\n                    map = {\r\n                        read = {\r\n                            ambulance = 0,\r\n                        },\r\n                    },\r\n                    activeUnits = {\r\n                        read = {\r\n                            ambulance = 0,\r\n                        },\r\n                    },\r\n                    calls = {\r\n                        read = {\r\n                            ambulance = 0,\r\n                        },\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'employees',\r\n                icon = 'IconUsers',\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 0,\r\n                    },\r\n                    write = {\r\n                        ambulance = 3,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'tags',\r\n                icon = 'IconTag',\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 0,\r\n                    },\r\n                    write = {\r\n                        ambulance = 0,\r\n                    },\r\n                    delete = {\r\n                        ambulance = 0,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'permissions',\r\n                icon = 'IconShieldCheck',\r\n                permissions = {\r\n                    read = {\r\n                        ambulance = 3,\r\n                    },\r\n                    write = {\r\n                        ambulance = 3,\r\n                    },\r\n                    delete = {\r\n                        ambulance = 3,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'logs',\r\n                icon = 'IconFileText',\r\n            },\r\n            {\r\n                name = 'settings',\r\n                icon = 'IconSettings',\r\n            }\r\n        },\r\n    },\r\n    --[[ citizen = {\r\n        label = 'Citizen',\r\n        color = 'indigo',\r\n        shade = 6,\r\n        locations = {\r\n            {coords = vec4(438.5239, -987.7390, 30.6896, 6.9378), dist = 3.0, ped = `s_f_y_cop_01`, scenario = 'WORLD_HUMAN_COP_IDLES'},\r\n        },\r\n        pages = {\r\n            {\r\n                name = 'profiles',\r\n                icon = 'IconUser',\r\n                sidebar = {\r\n                    'warrants',\r\n                    'licenses',\r\n                    'properties',\r\n                    'jobs',\r\n                    'charges',\r\n                },\r\n                dataPage = 'police', -- will get data from police MDT\r\n                permissions = {\r\n                    write = {\r\n                        none = 99,\r\n                    },\r\n                    delete = {\r\n                        none = 99,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'charges',\r\n                icon = 'IconFileInvoice',\r\n                dataPage = 'police',\r\n                permissions = {\r\n                    write = {\r\n                        none = 99,\r\n                    },\r\n                    delete = {\r\n                        none = 99,\r\n                    },\r\n                },\r\n            },\r\n            {\r\n                name = 'legislation',\r\n                icon = 'IconGavel',\r\n                dataPage = 'police',\r\n                permissions = {\r\n                    write = {\r\n                        none = 99,\r\n                    },\r\n                    delete = {\r\n                        none = 99,\r\n                    },\r\n                },\r\n            },\r\n        },\r\n    }, ]]\r\n}\r\n\r\nConfig.ExcludedBusinesses = {'unemployed'}\r\nConfig.DateFormat = {year = 'numeric', month = '2-digit', day = '2-digit', hour = '2-digit', minute = '2-digit' } -- https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Date\/toLocaleString#options\r\nConfig.Licenses = { -- edit this if Config.License is set to 'esx' or 'qb', the license names (weapon, driver, etc.) need to match your framework license names (labels can be anything)\r\n    weapon = 'Weapon license',\r\n    driver = 'Driver\\'s license',\r\n    fishing = 'Fishing license',\r\n    hunting = 'Hunting license',\r\n}\r\n\r\nConfig.WarrantDuration = 30 -- days\r\nConfig.BOLODuration = 7 -- days\r\nConfig.LicensePointsDuration = 7 -- days (remove if you dont want to use)\r\nConfig.LogDuration = 7 -- logs will be removed after this time (in days) (I recommend keeping this quite low as there can be a lot of logs)\r\n\r\nConfig.Controls = { -- https:\/\/docs.fivem.net\/docs\/game-references\/controls\/\r\n    interact = 38,\r\n    takePhoto = 38,\r\n    cancelPhoto = 177,\r\n}\r\n\r\nConfig.Colors = {\r\n    [0] = \"Metallic Black\",\r\n    [1] = \"Metallic Graphite Black\",\r\n    [2] = \"Metallic Black Steel\",\r\n    [3] = \"Metallic Dark Silver\",\r\n    [4] = \"Metallic Silver\",\r\n    [5] = \"Metallic Blue Silver\",\r\n    [6] = \"Metallic Steel Gray\",\r\n    [7] = \"Metallic Shadow Silver\",\r\n    [8] = \"Metallic Stone Silver\",\r\n    [9] = \"Metallic Midnight Silver\",\r\n    [10] = \"Metallic Gun Metal\",\r\n    [11] = \"Metallic Anthracite Grey\",\r\n    [12] = \"Matte Black\",\r\n    [13] = \"Matte Gray\",\r\n    [14] = \"Matte Light Grey\",\r\n    [15] = \"Util Black\",\r\n    [16] = \"Util Black Poly\",\r\n    [17] = \"Util Dark silver\",\r\n    [18] = \"Util Silver\",\r\n    [19] = \"Util Gun Metal\",\r\n    [20] = \"Util Shadow Silver\",\r\n    [21] = \"Worn Black\",\r\n    [22] = \"Worn Graphite\",\r\n    [23] = \"Worn Silver Grey\",\r\n    [24] = \"Worn Silver\",\r\n    [25] = \"Worn Blue Silver\",\r\n    [26] = \"Worn Shadow Silver\",\r\n    [27] = \"Metallic Red\",\r\n    [28] = \"Metallic Torino Red\",\r\n    [29] = \"Metallic Formula Red\",\r\n    [30] = \"Metallic Blaze Red\",\r\n    [31] = \"Metallic Graceful Red\",\r\n    [32] = \"Metallic Garnet Red\",\r\n    [33] = \"Metallic Desert Red\",\r\n    [34] = \"Metallic Cabernet Red\",\r\n    [35] = \"Metallic Candy Red\",\r\n    [36] = \"Metallic Sunrise Orange\",\r\n    [37] = \"Metallic Classic Gold\",\r\n    [38] = \"Metallic Orange\",\r\n    [39] = \"Matte Red\",\r\n    [40] = \"Matte Dark Red\",\r\n    [41] = \"Matte Orange\",\r\n    [42] = \"Matte Yellow\",\r\n    [43] = \"Util Red\",\r\n    [44] = \"Util Bright Red\",\r\n    [45] = \"Util Garnet Red\",\r\n    [46] = \"Worn Red\",\r\n    [47] = \"Worn Golden Red\",\r\n    [48] = \"Worn Dark Red\",\r\n    [49] = \"Metallic Dark Green\",\r\n    [50] = \"Metallic Racing Green\",\r\n    [51] = \"Metallic Sea Green\",\r\n    [52] = \"Metallic Olive Green\",\r\n    [53] = \"Metallic Green\",\r\n    [54] = \"Metallic Gasoline Blue Green\",\r\n    [55] = \"Matte Lime Green\",\r\n    [56] = \"Util Dark Green\",\r\n    [57] = \"Util Green\",\r\n    [58] = \"Worn Dark Green\",\r\n    [59] = \"Worn Green\",\r\n    [60] = \"Worn Sea Wash\",\r\n    [61] = \"Metallic Midnight Blue\",\r\n    [62] = \"Metallic Dark Blue\",\r\n    [63] = \"Metallic Saxony Blue\",\r\n    [64] = \"Metallic Blue\",\r\n    [65] = \"Metallic Mariner Blue\",\r\n    [66] = \"Metallic Harbor Blue\",\r\n    [67] = \"Metallic Diamond Blue\",\r\n    [68] = \"Metallic Surf Blue\",\r\n    [69] = \"Metallic Nautical Blue\",\r\n    [70] = \"Metallic Bright Blue\",\r\n    [71] = \"Metallic Purple Blue\",\r\n    [72] = \"Metallic Spinnaker Blue\",\r\n    [73] = \"Metallic Ultra Blue\",\r\n    [74] = \"Metallic Bright Blue\",\r\n    [75] = \"Util Dark Blue\",\r\n    [76] = \"Util Midnight Blue\",\r\n    [77] = \"Util Blue\",\r\n    [78] = \"Util Sea Foam Blue\",\r\n    [79] = \"Util Lightning blue\",\r\n    [80] = \"Util Maui Blue Poly\",\r\n    [81] = \"Util Bright Blue\",\r\n    [82] = \"Matte Dark Blue\",\r\n    [83] = \"Matte Blue\",\r\n    [84] = \"Matte Midnight Blue\",\r\n    [85] = \"Worn Dark blue\",\r\n    [86] = \"Worn Blue\",\r\n    [87] = \"Worn Light blue\",\r\n    [88] = \"Metallic Taxi Yellow\",\r\n    [89] = \"Metallic Race Yellow\",\r\n    [90] = \"Metallic Bronze\",\r\n    [91] = \"Metallic Yellow Bird\",\r\n    [92] = \"Metallic Lime\",\r\n    [93] = \"Metallic Champagne\",\r\n    [94] = \"Metallic Pueblo Beige\",\r\n    [95] = \"Metallic Dark Ivory\",\r\n    [96] = \"Metallic Choco Brown\",\r\n    [97] = \"Metallic Golden Brown\",\r\n    [98] = \"Metallic Light Brown\",\r\n    [99] = \"Metallic Straw Beige\",\r\n    [100] = \"Metallic Moss Brown\",\r\n    [101] = \"Metallic Biston Brown\",\r\n    [102] = \"Metallic Beechwood\",\r\n    [103] = \"Metallic Dark Beechwood\",\r\n    [104] = \"Metallic Choco Orange\",\r\n    [105] = \"Metallic Beach Sand\",\r\n    [106] = \"Metallic Sun Bleeched Sand\",\r\n    [107] = \"Metallic Cream\",\r\n    [108] = \"Util Brown\",\r\n    [109] = \"Util Medium Brown\",\r\n    [110] = \"Util Light Brown\",\r\n    [111] = \"Metallic White\",\r\n    [112] = \"Metallic Frost White\",\r\n    [113] = \"Worn Honey Beige\",\r\n    [114] = \"Worn Brown\",\r\n    [115] = \"Worn Dark Brown\",\r\n    [116] = \"Worn straw beige\",\r\n    [117] = \"Brushed Steel\",\r\n    [118] = \"Brushed Black steel\",\r\n    [119] = \"Brushed Aluminium\",\r\n    [120] = \"Chrome\",\r\n    [121] = \"Worn Off White\",\r\n    [122] = \"Util Off White\",\r\n    [123] = \"Worn Orange\",\r\n    [124] = \"Worn Light Orange\",\r\n    [125] = \"Metallic Securicor Green\",\r\n    [126] = \"Worn Taxi Yellow\",\r\n    [127] = \"Police Car Blue\",\r\n    [128] = \"Matte Green\",\r\n    [129] = \"Matte Brown\",\r\n    [130] = \"Worn Orange\",\r\n    [131] = \"Matte White\",\r\n    [132] = \"Worn White\",\r\n    [133] = \"Worn Olive Army Green\",\r\n    [134] = \"Pure White\",\r\n    [135] = \"Hot Pink\",\r\n    [136] = \"Salmon pink\",\r\n    [137] = \"Metallic Vermillion Pink\",\r\n    [138] = \"Orange\",\r\n    [139] = \"Green\",\r\n    [140] = \"Blue\",\r\n    [141] = \"Mettalic Black Blue\",\r\n    [142] = \"Metallic Black Purple\",\r\n    [143] = \"Metallic Black Red\",\r\n    [144] = \"Hunter Green\",\r\n    [145] = \"Metallic Purple\",\r\n    [146] = \"Metallic V Dark Blue\",\r\n    [147] = \"MODSHOP BLACK1\",\r\n    [148] = \"Matte Purple\",\r\n    [149] = \"Matte Dark Purple\",\r\n    [150] = \"Metallic Lava Red\",\r\n    [151] = \"Matte Forest Green\",\r\n    [152] = \"Matte Olive Drab\",\r\n    [153] = \"Matte Desert Brown\",\r\n    [154] = \"Matte Desert Tan\",\r\n    [155] = \"Matte Foilage Green\",\r\n    [156] = \"DEFAULT ALLOY\",\r\n    [157] = \"Epsilon Blue\",\r\n    [158] = \"Pure Gold\",\r\n    [159] = \"Brushed Gold\",\r\n    [160] = \"MP100 Matt Army\",\r\n    [161] = \"MP100 Matt Earth\",\r\n    [162] = \"MP100 Matt Green\",\r\n    [163] = \"MP100 Matt Gray\",\r\n    [164] = \"Worn Sea Wash\",\r\n    [165] = \"Worn Blue Silver\",\r\n    [166] = \"MP100 Matt Brown\",\r\n    [167] = \"MP100 Matt Light Blue\",\r\n    [168] = \"MP100 Matt Dark Blue\",\r\n    [169] = \"Metallic Garnet Red\",\r\n    [170] = \"Metallic Sorrel Brown\",\r\n    [171] = \"Metallic Yellow Bird\",\r\n    [172] = \"Metallic Lime\",\r\n    [173] = \"Metallic Lightning Yellow\",\r\n    [174] = \"Metallic Astra Blue\",\r\n    [175] = \"Metallic Aquamarine\",\r\n    [176] = \"Metallic Bluish Silver\",\r\n    [177] = \"Metallic Red\",\r\n    [178] = \"Metallic Dark Red\",\r\n    [179] = \"Metallic Salmon Pink\",\r\n    [180] = \"Metallic Dark Green\",\r\n    [181] = \"Metallic Nightshade Purple\",\r\n    [182] = \"Metallic Purple\",\r\n    [183] = \"Metallic Ultra Blue\",\r\n}\r\n\r\nConfig.Weapons = {\r\n    [`WEAPON_STUNGUN`] = 'WEAPON_STUNGUN',\r\n    [`WEAPON_VINTAGEPISTOL`] = 'WEAPON_VINTAGEPISTOL',\r\n    [`WEAPON_SNSPISTOL`] = 'WEAPON_SNSPISTOL',\r\n    [`WEAPON_SNSPISTOL_MK2`] = 'WEAPON_SNSPISTOL_MK2',\r\n    [`WEAPON_PISTOL`] = 'WEAPON_PISTOL',\r\n    [`WEAPON_PISTOL_MK2`] = 'WEAPON_PISTOL_MK2',\r\n    [`WEAPON_COMBATPISTOL`] = 'WEAPON_COMBATPISTOL',\r\n    [`WEAPON_APPISTOL`] = 'WEAPON_APPISTOL',\r\n    [`WEAPON_HEAVYPISTOL`] = 'WEAPON_HEAVYPISTOL',\r\n    [`WEAPON_PISTOL50`] = 'WEAPON_PISTOL50',\r\n    [`WEAPON_REVOLVER`] = 'WEAPON_REVOLVER',\r\n    [`WEAPON_REVOLVER_MK2`] = 'WEAPON_REVOLVER_MK2',\r\n    [`WEAPON_MARKSMANPISTOL`] = 'WEAPON_MARKSMANPISTOL',\r\n    [`WEAPON_DOUBLEACTION`] = 'WEAPON_DOUBLEACTION',\r\n    [`WEAPON_MICROSMG`] = 'WEAPON_MICROSMG',\r\n    [`WEAPON_SMG`] = 'WEAPON_SMG',\r\n    [`WEAPON_SMG_MK2`] = 'WEAPON_SMG_MK2',\r\n    [`WEAPON_ASSAULTSMG`] = 'WEAPON_ASSAULTSMG',\r\n    [`WEAPON_COMBATPDW`] = 'WEAPON_COMBATPDW',\r\n    [`WEAPON_MACHINEPISTOL`] = 'WEAPON_MACHINEPISTOL',\r\n    [`WEAPON_MINISMG`] = 'WEAPON_MINISMG',\r\n    [`WEAPON_PUMPSHOTGUN`] = 'WEAPON_PUMPSHOTGUN',\r\n    [`WEAPON_PUMPSHOTGUN_MK2`] = 'WEAPON_PUMPSHOTGUN_MK2',\r\n    [`WEAPON_ASSAULTSHOTGUN`] = 'WEAPON_ASSAULTSHOTGUN',\r\n    [`WEAPON_BULLPUPSHOTGUN`] = 'WEAPON_BULLPUPSHOTGUN',\r\n    [`WEAPON_SAWNOFFSHOTGUN`] = 'WEAPON_SAWNOFFSHOTGUN',\r\n    [`WEAPON_DBSHOTGUN`] = 'WEAPON_DBSHOTGUN',\r\n    [`WEAPON_HEAVYSHOTGUN`] = 'WEAPON_HEAVYSHOTGUN',\r\n    [`WEAPON_MUSKET`] = 'WEAPON_MUSKET',\r\n    [`WEAPON_AUTOSHOTGUN`] = 'WEAPON_AUTOSHOTGUN',\r\n    [`WEAPON_COMBATSHOTGUN`] = 'WEAPON_COMBATSHOTGUN',\r\n    [`WEAPON_ASSAULTRIFLE`] = 'WEAPON_ASSAULTRIFLE',\r\n    [`WEAPON_ASSAULTRIFLE_MK2`] = 'WEAPON_ASSAULTRIFLE_MK2',\r\n    [`WEAPON_CARBINERIFLE`] = 'WEAPON_CARBINERIFLE',\r\n    [`WEAPON_CARBINERIFLE_MK2`] = 'WEAPON_CARBINERIFLE_MK2',\r\n    [`WEAPON_ADVANCEDRIFLE`] = 'WEAPON_ADVANCEDRIFLE',\r\n    [`WEAPON_SPECIALCARBINE`] = 'WEAPON_SPECIALCARBINE',\r\n    [`WEAPON_SPECIALCARBINE_MK2`] = 'WEAPON_SPECIALCARBINE_MK2',\r\n    [`WEAPON_BULLPUPRIFLE`] = 'WEAPON_BULLPUPRIFLE',\r\n    [`WEAPON_BULLPUPRIFLE_MK2`] = 'WEAPON_BULLPUPRIFLE_MK2',\r\n    [`WEAPON_COMPACTRIFLE`] = 'WEAPON_COMPACTRIFLE',\r\n    [`WEAPON_MILITARYRIFLE`] = 'WEAPON_MILITARYRIFLE',\r\n    [`WEAPON_MG`] = 'WEAPON_MG',\r\n    [`WEAPON_COMBATMG`] = 'WEAPON_COMBATMG',\r\n    [`WEAPON_COMBATMG_MK2`] = 'WEAPON_COMBATMG_MK2',\r\n    [`WEAPON_GUSENBERG`] = 'WEAPON_GUSENBERG',\r\n    [`WEAPON_SNIPERRIFLE`] = 'WEAPON_SNIPERRIFLE',\r\n    [`WEAPON_HEAVYSNIPER`] = 'WEAPON_HEAVYSNIPER',\r\n    [`WEAPON_HEAVYSNIPER_MK2`] = 'WEAPON_HEAVYSNIPER_MK2',\r\n    [`WEAPON_MARKSMANRIFLE`] = 'WEAPON_MARKSMANRIFLE',\r\n    [`WEAPON_MARKSMANRIFLE_MK2`] = 'WEAPON_MARKSMANRIFLE_MK2'\r\n}\r\n\r\n--[[ Config.Charges = {\r\n    {\r\n        name = 'Simple Assault',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 5, max = 10},\r\n        fine = {default = 500, min = 250, max = 750},\r\n    },\r\n    {\r\n        name = 'Assault',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 850, min = 425, max = 1700},\r\n    },\r\n    {\r\n        name = 'Aggravated Assault',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1250, min = 625, max = 2500},\r\n    },\r\n    {\r\n        name = 'Assault with a Deadly Weapon',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 3750, min = 1875, max = 7500},\r\n    },\r\n    {\r\n        name = 'Involuntary Manslaughter',\r\n        class = 'Felony',\r\n        sentence = {default = 60, min = 30, max = 120},\r\n        fine = {default = 7500, min = 3750, max = 15000},\r\n    },\r\n    {\r\n        name = 'Vehicular Manslaughter',\r\n        class = 'Felony',\r\n        sentence = {default = 75, min = 38, max = 150},\r\n        fine = {default = 7500, min = 3750, max = 15000},\r\n    },\r\n    {\r\n        name = 'Attempted Murder of a Civilian',\r\n        class = 'Felony',\r\n        sentence = {default = 50, min = 25, max = 100},\r\n        fine = {default = 7500, min = 3750, max = 15000},\r\n    },\r\n    {\r\n        name = 'Second Degree Murder',\r\n        class = 'Felony',\r\n        sentence = {default = 100, min = 10, max = 200},\r\n        fine = {default = 15000, min = 7500, max = 30000},\r\n    },\r\n    {\r\n        name = 'Accessory to Second Degree Murder',\r\n        class = 'Felony',\r\n        sentence = {default = 50, min = 25, max = 100},\r\n        fine = {default = 5000, min = 2500, max = 10000},\r\n    },\r\n    {\r\n        name = 'First Degree Murder',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Accessory to First Degree Murder',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Murder of a Public Servant or Peace Officer',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Attempted Murder of a Public Servant or Peace Officer',\r\n        class = 'Felony',\r\n        sentence = {default = 65, min = 33, max = 130},\r\n        fine = {default = 10000, min = 5000, max = 20000},\r\n    },\r\n    {\r\n        name = 'Accessory to the Murder of a Public Servant or Peace Officer',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Unlawful Imprisonment',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n    },\r\n    {\r\n        name = 'Kidnapping',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 900, min = 450, max = 1800},\r\n    },\r\n    {\r\n        name = 'Accessory to Kidnapping',\r\n        class = 'Felony',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Attempted Kidnapping',\r\n        class = 'Felony',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Hostage Taking',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1200, min = 600, max = 2400},\r\n    },\r\n    {\r\n        name = 'Accessory to Hostage Taking',\r\n        class = 'Felony',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n    },\r\n    {\r\n        name = 'Unlawful Imprisonment of a Public Servant or Peace Officer.',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 4000, min = 2000, max = 8000},\r\n    },\r\n    {\r\n        name = 'Criminal Threats',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 5, min = 3, max = 10},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Reckless Endangerment',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Gang Related Shooting',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 2500, min = 1250, max = 5000},\r\n    },\r\n    {\r\n        name = 'Cannibalism',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Torture',\r\n        class = 'Felony',\r\n        sentence = {default = 40, min = 20, max = 80},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n\r\n    {\r\n        name = 'Petty Theft',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 250, min = 125, max = 500},\r\n    },\r\n    {\r\n        name = 'Grand Theft',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n    },\r\n    {\r\n        name = 'Grand Theft Auto A',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 900, min = 450, max = 1800},\r\n    },\r\n    {\r\n        name = 'Grand Theft Auto B',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 3500, min = 1750, max = 7000},\r\n    },\r\n    {\r\n        name = 'Carjacking',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 2000, min = 1000, max = 4000},\r\n    },\r\n    {\r\n        name = 'Burglary',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 2000, min = 1000, max = 4000},\r\n    },\r\n    {\r\n        name = 'Accessory to Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 12, min = 6, max = 24},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Attempted Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Armed Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 3000, min = 1500, max = 6000},\r\n    },\r\n    {\r\n        name = 'Accessory to Armed Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Attempted Armed Robbery',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Grand Larceny',\r\n        class = 'Felony',\r\n        sentence = {default = 45, min = 23, max = 90},\r\n        fine = {default = 7500, min = 3750, max = 15000},\r\n    },\r\n    {\r\n        name = 'Leaving Without Paying',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Possession of Nonlegal Currency',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Possession of Government-Issued Items',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Possession of Items Used in the Commission of a Crime',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Sale of Items Used in the Commission of a Crime',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Theft of an Aircraft',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n\r\n    {\r\n        name = 'Impersonating',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1250, min = 625, max = 2500},\r\n    }, \r\n    {\r\n        name = 'Impersonating a Peace Officer or Public Servant',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 2750, min = 1375, max = 5500},\r\n    },\r\n    {\r\n        name = 'Impersonating a Judge',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Possession of Stolen Identification',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Possession of Stolen Government Identification',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 2000, min = 1000, max = 4000},\r\n    },\r\n    {\r\n        name = 'Extortion',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 900, min = 450, max = 1800},\r\n    },\r\n    {\r\n        name = 'Fraud',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Forgery',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Money Laundering',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n\r\n    {\r\n        name = 'Trespassing',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Felony Trespassing',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Arson',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Vandalism',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n    },\r\n    {\r\n        name = 'Vandalism of Government Property',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Littering',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 200, min = 100, max = 400},\r\n    },\r\n\r\n    {\r\n        name = 'Bribery of a Government Official',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 3500, min = 1750, max = 7000},\r\n    },\r\n    {\r\n        name = 'Anti-Mask Law',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Possession of Contraband in a Government Facility',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Criminal Possession of Stolen Property',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Escaping',\r\n        class = 'Felony',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Jailbreak',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 2500, min = 1250, max = 5000},\r\n    },\r\n    {\r\n        name = 'Accessory to Jailbreak',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 2000, min = 1000, max = 4000},\r\n    },\r\n    {\r\n        name = 'Attempted Jailbreak',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Perjury',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Violation of a Restraining Order',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 2250, min = 1125, max = 4500},\r\n    },\r\n    {\r\n        name = 'Embezzlement',\r\n        class = 'Felony',\r\n        sentence = {default = 45, min = 23, max = 90},\r\n        fine = {default = 10000, min = 5000, max = 20000},\r\n    },\r\n    {\r\n        name = 'Unlawful Practice',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Misuse of Emergency Systems',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n    },\r\n    {\r\n        name = 'Conspiracy',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Violating a Court Order',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Failure to Appear',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Contempt of Court',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Resisting Arrest',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 5, min = 3, max = 10},\r\n        fine = {default = 300, min = 150, max = 600},\r\n    },\r\n\r\n    {\r\n        name = 'Disobeying a Peace Officer',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Disorderly Conduct',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 250, min = 125, max = 500},\r\n    },\r\n    {\r\n        name = 'Disturbing the Peace',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 350, min = 175, max = 700},\r\n    },\r\n    {\r\n        name = 'False Reporting',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Harassment',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Obstruction of Justice',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Obstruction of Justice',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 900, min = 450, max = 1800},\r\n    },\r\n    {\r\n        name = 'Inciting a Riot',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Loitering on Government Properties',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Tampering',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Vehicle Tampering',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Evidence Tampering',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Witness Tampering',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Failure to Provide Identification',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Vigilantism',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Unlawful Assembly',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Government Corruption',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Stalking',\r\n        class = 'Felony',\r\n        sentence = {default = 40, min = 20, max = 80},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Aiding and Abetting',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Harboring a Fugitive',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n\r\n    {\r\n        name = 'Misdemeanor Possession of Marijuana',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 5, min = 3, max = 10},\r\n        fine = {default = 250, min = 125, max = 500},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Marijuana',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Cultivation of Marijuana A',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Cultivation of Marijuana B',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Marijuana with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 3000, min = 1500, max = 6000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Cocaine',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Cocaine',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Cocaine with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Methamphetamine',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Methamphetamine',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Methamphetamine with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Oxy \/ Vicodin',\r\n        class = 'Felony',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Oxy \/ Vicodin',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Oxy \/ Vicodin with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Ecstasy',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Ecstasy',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Ecstasy with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Opium',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Opium',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Opium with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Adderall',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Adderall',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Adderall with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Xanax',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Xanax',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Xanax with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Shrooms',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Shrooms',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Shrooms with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Misdemeanor Possession of Lean',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 7, min = 4, max = 14},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Felony Possession of Lean',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Possession of Lean with Intent to Distribute',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 4500, min = 2250, max = 9000},\r\n    },\r\n    {\r\n        name = 'Sale of a controlled substance',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Drug Trafficking',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Desecration of a Human Corpse',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Public Intoxication',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Public Indecency',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n\r\n    {\r\n        name = 'Criminal Possession of Weapon Class A',\r\n        class = 'Felony',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Criminal Possession of Weapon Class B',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Criminal Possession of Weapon Class C',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 3500, min = 1750, max = 7000},\r\n    },\r\n    {\r\n        name = 'Criminal Possession of Weapon Class D',\r\n        class = 'Felony',\r\n        sentence = {default = 25, min = 13, max = 50},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Criminal Sale of Weapon Class A',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Criminal Sale of Weapon Class B',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 2000, min = 1000, max = 4000},\r\n    },\r\n    {\r\n        name = 'Criminal Sale of Weapon Class C',\r\n        class = 'Felony',\r\n        sentence = {default = 35, min = 18, max = 70},\r\n        fine = {default = 7000, min = 3500, max = 14000},\r\n    },\r\n    {\r\n        name = 'Criminal Sale of Weapon Class D',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 3000, min = 1500, max = 6000},\r\n    },\r\n    {\r\n        name = 'Criminal Use of Weapon',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Possession of Illegal Firearm Modifications',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 300, min = 150, max = 600},\r\n    },\r\n    {\r\n        name = 'Weapon Trafficking',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Brandishing a Weapon',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n    },\r\n    {\r\n        name = 'Insurrection',\r\n        class = 'Felony',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 0, min = 0, max = 0},\r\n    },\r\n    {\r\n        name = 'Flying into Restricted Airspace',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n    },\r\n    {\r\n        name = 'Jaywalking',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 150, min = 75, max = 300},\r\n    },\r\n    {\r\n        name = 'Criminal Use of Explosives',\r\n        class = 'Felony',\r\n        sentence = {default = 30, min = 15, max = 60},\r\n        fine = {default = 2500, min = 1250, max = 5000},\r\n    },\r\n\r\n    {\r\n        name = 'Driving While Intoxicated',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 5, min = 3, max = 10},\r\n        fine = {default = 300, min = 150, max = 600},\r\n    },\r\n    {\r\n        name = 'Evading',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 5, min = 3, max = 10},\r\n        fine = {default = 400, min = 200, max = 800},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Reckless Evading',\r\n        class = 'Felony',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 800, min = 400, max = 1600},\r\n        points = 4,\r\n    },\r\n    {\r\n        name = 'Failure to Yield to Emergency Vehicle',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Failure to Obey Traffic Control Device',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 150, min = 75, max = 300},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Nonfunctional Vehicle',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 75, min = 38, max = 150},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Negligent Driving',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n        points = 3,\r\n    },\r\n    {\r\n        name = 'Reckless Driving',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n        points = 4,\r\n    },\r\n    {\r\n        name = 'Third Degree Speeding',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 225, min = 113, max = 450},\r\n        points = 4,\r\n    },\r\n    {\r\n        name = 'Second Degree Speeding',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 450, min = 225, max = 900},\r\n        points = 3,\r\n    },\r\n    {\r\n        name = 'First Degree Speeding',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Unlicensed Operation of Vehicle',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n        points = 2,\r\n    },\r\n    {\r\n        name = 'Illegal U-Turn',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 75, min = 38, max = 150},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Illegal Passing',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Failure to Maintain Lane',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Illegal Turn',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 150, min = 75, max = 300},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Failure to Stop',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 600, min = 300, max = 1200},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Unauthorized Parking',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Hit and Run',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 500, min = 250, max = 1000},\r\n        points = 4,\r\n    },\r\n    {\r\n        name = 'Driving without Headlights or Signals',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 300, min = 150, max = 600},\r\n        points = 1,\r\n    },\r\n    {\r\n        name = 'Street Racing',\r\n        class = 'Felony',\r\n        sentence = {default = 15, min = 8, max = 30},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n        points = 5,\r\n    },\r\n    {\r\n        name = 'Piloting without Proper Licensing',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1500, min = 750, max = 3000},\r\n        points = 3,\r\n    },\r\n    {\r\n        name = 'Unlawful Use of a Motorvehicle',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n        points = 3,\r\n    },\r\n\r\n    {\r\n        name = 'Hunting in Restricted Areas',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Unlicensed Hunting',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Animal Cruelty',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 450, min = 225, max = 900},\r\n    },\r\n    {\r\n        name = 'Hunting with a Non-Hunting Weapon',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Hunting outside of hunting hours',\r\n        class = 'Infraction',\r\n        sentence = {default = 0, min = 0, max = 0},\r\n        fine = {default = 750, min = 375, max = 1500},\r\n    },\r\n    {\r\n        name = 'Overhunting',\r\n        class = 'Misdemeanor',\r\n        sentence = {default = 10, min = 5, max = 20},\r\n        fine = {default = 1000, min = 500, max = 2000},\r\n    },\r\n    {\r\n        name = 'Poaching',\r\n        class = 'Felony',\r\n        sentence = {default = 20, min = 10, max = 40},\r\n        fine = {default = 1250, min = 625, max = 2500},\r\n    },\r\n} ]]<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<h3>Details<\/h3>\n<ul>\n<li>Ein erweitertes, umfassendes und vollst\u00e4ndig konfigurierbares FiveM MDT-Skript f\u00fcr\u00a0<strong>ESX<\/strong>,\u00a0<strong>QB<\/strong>,\u00a0<strong>QBOX<\/strong>\u00a0f\u00fcr\u00a0<strong>nur 19,99\u20ac<\/strong>Das V2-Update f\u00fchrt einige stark nachgefragte Funktionen ein. Alle bisherigen Kunden erhalten das Update ebenfalls v\u00f6llig kostenlos.<\/li>\n<li>Anwendung\u00a0<strong>FiveM-Verm\u00f6gens-Treuhandsystem<\/strong>\n<ul>\n<li>Framework-spezifischer Code ist editierbar, sodass Sie Unterst\u00fctzung f\u00fcr jedes andere Framework hinzuf\u00fcgen k\u00f6nnen<\/li>\n<\/ul>\n<\/li>\n<li>Ich empfehle Ihnen dringend, sich das Video anzusehen, um das Skript besser zu verstehen.<\/li>\n<\/ul>\n<h1><a class=\"anchor\" href=\"https:\/\/forum.cfx.re\/t\/advanced-mdt-script-tk-mdt-v2\/5319158#p-7187257-new-features-introduced-in-v2-4\" name=\"p-7187257-new-features-introduced-in-v2-4\"><\/a>Neue Funktionen in V2<\/h1>\n<h3><a class=\"anchor\" href=\"https:\/\/forum.cfx.re\/t\/advanced-mdt-script-tk-mdt-v2\/5319158#p-7187257-permissions-5\" name=\"p-7187257-permissions-5\"><\/a>Berechtigungen<\/h3>\n<ul>\n<li>Vollst\u00e4ndig konfigurierbares Berechtigungssystem, das es Spielern erm\u00f6glicht, die Berechtigungen f\u00fcr jede Seite und Aktion (Lesen, Schreiben, L\u00f6schen) im Spiel zu bearbeiten<\/li>\n<li>Sie k\u00f6nnen auch vordefinierte Berechtigungen in der Konfiguration konfigurieren oder sich daf\u00fcr entscheiden, \u00fcberhaupt keine Berechtigungen zu haben<\/li>\n<\/ul>\n<h3><a class=\"anchor\" href=\"https:\/\/forum.cfx.re\/t\/advanced-mdt-script-tk-mdt-v2\/5319158#p-7187257-tags-6\" name=\"p-7187257-tags-6\"><\/a>Schlagw\u00f6rter<\/h3>\n<ul>\n<li>Neue Tag-Seite<\/li>\n<li>Erm\u00f6glicht das Erstellen neuer Tags<\/li>\n<li>Zeigt auch alle vorhandenen Tags an und erm\u00f6glicht Ihnen, diese zu bearbeiten und zu entfernen<\/li>\n<\/ul>\n<h3><a class=\"anchor\" href=\"https:\/\/forum.cfx.re\/t\/advanced-mdt-script-tk-mdt-v2\/5319158#p-7187257-settings-7\" name=\"p-7187257-settings-7\"><\/a>Einstellungen<\/h3>\n<ul>\n<li>Erm\u00f6glichen Sie den Spielern, das Aussehen des MDT anzupassen\n<ul>\n<li>MDT-Design (Hell-\/Dunkelmodus)<\/li>\n<li>Prim\u00e4rfarbe (w\u00e4hlen Sie zwischen 14 vordefinierten Farben)<\/li>\n<li>Prim\u00e4rfarbton<\/li>\n<\/ul>\n<\/li>\n<li>Sie k\u00f6nnen auch bestimmte Farben f\u00fcr bestimmte MDTs festlegen: zB. Polizei-MDT ist standardm\u00e4\u00dfig blau, EMS-MDT ist rot<\/li>\n<\/ul>\n<h3><a class=\"anchor\" href=\"https:\/\/forum.cfx.re\/t\/advanced-mdt-script-tk-mdt-v2\/5319158#p-7187257-logs-8\" name=\"p-7187257-logs-8\"><\/a>Protokolle<\/h3>\n<ul>\n<li>MDT-Aktionen werden jetzt protokolliert und k\u00f6nnen im Spiel angezeigt werden.<\/li>\n<li>Zeigt die Protokollseite und Aktion (Erstellen\/L\u00f6schen) und den Aktionswert (z. B. Berichts-ID oder Tag-Name) an.<\/li>\n<\/ul>","protected":false},"featured_media":199368,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[96,2357,1892,1895,1820,512,2907,511],"product_tag":[],"class_list":["post-199366","product","type-product","status-publish","has-post-thumbnail","product_cat-esx-scripts","product_cat-fivem-firefighter-mods","product_cat-fivem-job-scripts","product_cat-fivem-medic-scripts","product_cat-police-scripts","product_cat-qbcore-scripts","product_cat-qbox-scripts","product_cat-standalone-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/199366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=199366"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/199368"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=199366"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=199366"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=199366"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=199366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}