{"id":157876,"date":"2024-09-21T12:32:18","date_gmt":"2024-09-21T10:32:18","guid":{"rendered":"https:\/\/hifivem.com\/?p=157876"},"modified":"2025-09-11T10:56:37","modified_gmt":"2025-09-11T08:56:37","slug":"skript-fur-uberwachungskameras","status":"publish","type":"post","link":"https:\/\/fivemx.com\/de\/security-camera-script\/","title":{"rendered":"Sicherheitskamera-Skript (QBCore)"},"content":{"rendered":"<p>The script is a qbcore add-on designed for camera security systems in gaming environments. It enhances surveillance capabilities by allowing players to monitor various locations through cameras, improving security and situational awareness within the game. Features may include live feeds, recording options, and integration with other security measures. Overall, it provides an engaging tool for players to enhance their gameplay experience related to security and surveillance.<\/p>\n<p>!!! Download here !!!<\/p>\n<div class=\"markdown-heading\" dir=\"auto\"><\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h2 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Preview<\/h2>\n<p><iframe title=\"FiveM | Camera Security [QBCore] [ESX] [FREE]\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/lK5qils5oCA?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<\/div>\n<div class=\"markdown-heading\" dir=\"auto\"><\/div>\n<ul dir=\"auto\">\n<li>Download ZIP and UNZIP.<\/li>\n<li>Drag and drop resource into your server files, make sure to remove -main in the folder name.<\/li>\n<li>SQL Automatic added to your database no need to add manually.<\/li>\n<li>add images from folder\u00a0<strong>(install\/item-images)<\/strong>\u00a0to\u00a0<strong>Inventory Images Location<\/strong>.<\/li>\n<\/ul>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h3 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Be careful, if you are use\u00a0<code>ox_inventory<\/code>\u00a0in QBCore framework dont add items in\u00a0<code>qb-core<\/code>\u00a0resource, require to add items in\u00a0<code>ox_inventory\/data\/items.lua<\/code> ONLY.<\/h3>\n<\/div>\n<div class=\"markdown-heading\" dir=\"auto\"><\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h4 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Add Items to\u00a0<strong>(qb-core\/shared\/items.lua)<\/strong><\/h4>\n<p><a id=\"user-content-add-items-to-qb-coreshareditemslua\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#add-items-to-qb-coreshareditemslua\" aria-label=\"Permalink: Add Items to (qb-core\/shared\/items.lua)\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\">\n<pre class=\"notranslate\" lang=\"language\"><code>-- \/\/ Cameras\r\ncamera_pd = {name = 'camera_pd', label = 'PD Camera', weight = 3000,\ttype = 'item', image = 'camera_pd.png',\tunique = true, useable = true, shouldClose = true, combinable = nil, description = ''},\r\ncamera_ems = { name = 'camera_ems', label = 'EMS Camera', weight = 3000, type = 'item', image = 'camera_ems.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_citizen = { name = 'camera_citizen', label = 'Camera', weight = 3000, type = 'item', image = 'camera_citizen.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_viewer = { name = 'camera_viewer', label = 'Camera Viewer', weight = 1000, type = 'item', image = 'camera_viewer.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_paper = { name = 'camera_paper', label = 'Camera Signal Paper', weight = 200, type = 'item', image = 'camera_paper.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_tablet = { name = 'camera_tablet', label = 'CamView Tablet', weight = 2000, type = 'item', image = 'camera_tablet.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_personaltablet = { name = 'camera_personaltablet', label = 'Personal CamView', weight = 2000, type = 'item', image = 'camera_personaltablet.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_personal = { name = 'camera_personal', label = 'Personal Camera', weight = 3000, type = 'item', image = 'camera_personal.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\nvpn = {name = 'vpn', label = 'VPN Router', weight = 1000, type = 'item', image = 'vpn.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = ''},\r\n<\/code><\/pre>\n<div class=\"zeroclipboard-container\"><\/div>\n<\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h3 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">codem-inventory<\/h3>\n<p><a id=\"user-content-codem-inventory\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#codem-inventory\" aria-label=\"Permalink: codem-inventory\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h4 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Add Items to\u00a0<strong>(codem-inventory\/config\/itemlist.lua)<\/strong><\/h4>\n<p><a id=\"user-content-add-items-to-codem-inventoryconfigitemlistlua\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#add-items-to-codem-inventoryconfigitemlistlua\" aria-label=\"Permalink: Add Items to (codem-inventory\/config\/itemlist.lua)\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\">\n<pre class=\"notranslate\" lang=\"language\"><code>-- \/\/ Cameras\r\ncamera_pd = {name = 'camera_pd', label = 'PD Camera', weight = 3000,\ttype = 'item', image = 'camera_pd.png',\tunique = true, useable = true, shouldClose = true, combinable = nil, description = ''},\r\ncamera_ems = { name = 'camera_ems', label = 'EMS Camera', weight = 3000, type = 'item', image = 'camera_ems.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_citizen = { name = 'camera_citizen', label = 'Camera', weight = 3000, type = 'item', image = 'camera_citizen.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_viewer = { name = 'camera_viewer', label = 'Camera Viewer', weight = 1000, type = 'item', image = 'camera_viewer.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_paper = { name = 'camera_paper', label = 'Camera Signal Paper', weight = 200, type = 'item', image = 'camera_paper.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_tablet = { name = 'camera_tablet', label = 'CamView Tablet', weight = 2000, type = 'item', image = 'camera_tablet.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_personaltablet = { name = 'camera_personaltablet', label = 'Personal CamView', weight = 2000, type = 'item', image = 'camera_personaltablet.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\ncamera_personal = { name = 'camera_personal', label = 'Personal Camera', weight = 3000, type = 'item', image = 'camera_personal.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },\r\nvpn = {name = 'vpn', label = 'VPN Router', weight = 1000, type = 'item', image = 'vpn.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = ''},\r\n<\/code><\/pre>\n<div class=\"zeroclipboard-container\"><\/div>\n<\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h3 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">qs-inventory<\/h3>\n<p><a id=\"user-content-qs-inventory\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#qs-inventory\" aria-label=\"Permalink: qs-inventory\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h4 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Add Items to\u00a0<strong>(qs-inventory\\shared\\item.lua)<\/strong><\/h4>\n<p><a id=\"user-content-add-items-to-qs-inventoryshareditemlua\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#add-items-to-qs-inventoryshareditemlua\" aria-label=\"Permalink: Add Items to (qs-inventory\\shared\\item.lua)\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\">\n<pre class=\"notranslate\" lang=\"language\"><code>-- \/\/ Cameras\r\n    [\"camera_pd\"] = {\r\n        [\"name\"] = 'camera_pd',\r\n        [\"label\"] = 'PD Camera',\r\n        [\"weight\"] = 3000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_pd.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_ems\"] = {\r\n        [\"name\"] = 'camera_ems',\r\n        [\"label\"] = 'EMS Camera',\r\n        [\"weight\"] = 3000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_ems.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_citizen\"] = {\r\n        [\"name\"] = 'camera_citizen',\r\n        [\"label\"] = 'Camera',\r\n        [\"weight\"] = 3000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_citizen.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_viewer\"] = {\r\n        [\"name\"] = 'camera_viewer',\r\n        [\"label\"] = 'Camera Viewer',\r\n        [\"weight\"] = 1000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_viewer.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_paper\"] = {\r\n        [\"name\"] = 'camera_paper',\r\n        [\"label\"] = 'Camera Signal Paper',\r\n        [\"weight\"] = 200,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_paper.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_tablet\"] = {\r\n        [\"name\"] = 'camera_tablet',\r\n        [\"label\"] = 'CamView Tablet',\r\n        [\"weight\"] = 2000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_tablet.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_personaltablet\"] = {\r\n        [\"name\"] = 'camera_personaltablet',\r\n        [\"label\"] = 'Personal CamView',\r\n        [\"weight\"] = 2000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_personaltablet.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"camera_personal\"] = {\r\n        [\"name\"] = 'camera_personal',\r\n        [\"label\"] = 'Personal Camera',\r\n        [\"weight\"] = 3000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'camera_personal.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = true,\r\n        [\"shouldClose\"] = true,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    },\r\n\r\n    [\"vpn\"] = {\r\n        [\"name\"] = 'vpn',\r\n        [\"label\"] = 'VPN Router',\r\n        [\"weight\"] = 1000,\r\n        [\"type\"] = 'item',\r\n        [\"image\"] = 'vpn.png',\r\n        [\"unique\"] = true,\r\n        [\"useable\"] = false,\r\n        [\"shouldClose\"] = false,\r\n        [\"combinable\"] = nil,\r\n        [\"description\"] = ''\r\n    }\r\n<\/code><\/pre>\n<div class=\"zeroclipboard-container\"><\/div>\n<\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h3 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">ox_inventory<\/h3>\n<p><a id=\"user-content-ox_inventory\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#ox_inventory\" aria-label=\"Permalink: ox_inventory\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h4 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">Add Items to\u00a0<strong>(ox_inventory\/data\/items.lua)<\/strong><\/h4>\n<p><a id=\"user-content-add-items-to-ox_inventorydataitemslua\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#add-items-to-ox_inventorydataitemslua\" aria-label=\"Permalink: Add Items to (ox_inventory\/data\/items.lua)\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\">\n<pre class=\"notranslate\" lang=\"language\"><code>['camera_pd'] = {\r\n\tlabel = 'PD Camera',\r\n\tweight = 3000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_pd'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_pd.png',\r\n\t}\t\r\n},\r\n\r\n['camera_ems'] = {\r\n\tlabel = 'EMS Camera',\r\n\tweight = 3000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_ems'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_ems.png',\r\n\t}\t\r\n},\r\n\r\n['camera_citizen'] = {\r\n\tlabel = 'Camera',\r\n\tweight = 3000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_citizen'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_citizen.png',\r\n\t}\t\r\n},\r\n\r\n['camera_viewer'] = {\r\n\tlabel = 'Camera Viewer',\r\n\tweight = 1000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_viewer'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_viewer.png',\r\n\t}\t\r\n},\r\n\r\n['camera_paper'] = {\r\n\tlabel = 'Camera Signal Paper',\r\n\tweight = 200,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_paper'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_paper.png',\r\n\t}\t\r\n},\r\n\r\n['camera_tablet'] = {\r\n\tlabel = 'CamView Tablet',\r\n\tweight = 2000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_tablet'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_tablet.png',\r\n\t}\t\r\n},\r\n\r\n['camera_personal'] = {\r\n\tlabel = 'Personal Camera',\r\n\tweight = 3000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_personal'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_personal.png',\r\n\t}\t\r\n},\r\n\r\n['camera_personaltablet'] = {\r\n\tlabel = 'Personal CamView',\r\n\tweight = 2000,\r\n\tstack = false,\r\n\tclose = true,\r\n\tconsume = 0,\r\n\tserver = {\r\n\t\texport = 'sf_camerasecurity.cam_camera_personaltablet'\r\n\t},\r\n\tclient = {\r\n\t\timage = 'camera_personaltablet.png',\r\n\t}\t\r\n},\r\n\r\n['vpn'] = {\r\n\tlabel = 'VPN Router',\r\n\tweight = 1000,\r\n\tstack = false\r\n},\r\n\r\n['screwdriverset'] = {\r\n\tlabel = 'Toolkit',\r\n\tweight = 1000,\r\n\tstack = false\r\n},\r\n<\/code><\/pre>\n<div class=\"zeroclipboard-container\"><\/div>\n<\/div>\n<div class=\"markdown-heading\" dir=\"auto\">\n<h3 class=\"heading-element\" dir=\"auto\" tabindex=\"-1\">This item comming default in qb-core check before add please<\/h3>\n<p><a id=\"user-content-this-item-comming-default-in-qb-core-check-before-add-please\" class=\"anchor\" href=\"https:\/\/github.com\/Soufiane2214\/sf_camerasecurity#this-item-comming-default-in-qb-core-check-before-add-please\" aria-label=\"Permalink: This item comming default in qb-core check before add please\" target=\"_blank\" rel=\"noopener\"><\/a><\/div>\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\">\n<pre class=\"notranslate\" lang=\"language\"><code>screwdriverset               = { name = 'screwdriverset', label = 'Toolkit', weight = 1000, type = 'item', image = 'screwdriverset.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Very useful to screw... screws...' },\r\n<\/code><\/pre>\n<p>Find more FiveM mods here<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The script is a qbcore add-on designed for camera security systems in gaming environments. It enhances surveillance capabilities by allowing players to monitor various locations through cameras, improving security and situational awareness within the game. Features may include live feeds, recording options, and integration with other security measures. Overall, it provides an engaging tool for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":157878,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2297,2298],"tags":[],"class_list":["post-157876","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-free","category-scripts"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/posts\/157876","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=157876"}],"version-history":[{"count":0,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/posts\/157876\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/157878"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=157876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/categories?post=157876"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/tags?post=157876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}