{"id":42221,"date":"2022-08-31T06:04:27","date_gmt":"2022-08-31T04:04:27","guid":{"rendered":"https:\/\/esx-scripts.com\/?post_type=product&#038;p=42221"},"modified":"2025-12-24T07:29:39","modified_gmt":"2025-12-24T06:29:39","slug":"rytrak-grab","status":"publish","type":"product","link":"https:\/\/fivemx.com\/pt\/rytrak-grab\/","title":{"rendered":"Rytrak \u2013 Agarrar"},"content":{"rendered":"<p>Video<\/p>\r\n<p><iframe title=\"FiveM - Advanced Police Grab Ped\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/oo4fWhaEPHI?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>\r\n<p>&nbsp;<\/p>\r\n\r\n<p class=\"wp-block-paragraph\">Config file:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-code\"><code>Config = {\r\n    Language = 'en', -- Language library used for the script, see the last lines to modify the text of the language. (Config.Languages)\r\n\r\n    CommandEnabled = true, -- Activate or not the system to take it via the command.\r\n    GrabCommand = 'grab', -- Command to take the person by the arm (modifiable from cl_utils.lua)\r\n    PutCarCommand = 'putcar', -- Command to put the person into the vehicle. (modifiable from cl_utils.lua)\r\n    ExitCarCommand = 'exitcar', -- Command to get the player out of a vehicle. (modifiable from cl_utils.lua)\r\n\r\n    ESX = { -- ESX compatibility (you can modify this function on cl_utils.lua)\r\n        enabled = false, -- Activate or not the ESX system\r\n        jobs = { -- Job for which the grab ped can be used\r\n            'police',\r\n            'fbi',\r\n        },\r\n        exceptionJobs = false -- Do not take people with the above jobs (Config.ESX.jobs)\r\n    },\r\n        \r\n    QB = { -- QB compatibility (you can modify this function on cl_utils.lua)\r\n        enabled = false, -- Activate or not the QB system\r\n        jobs = { -- Job for which the grab ped can be used\r\n            'police',\r\n            'fbi',\r\n        }\r\n    },\r\n\r\n    DropPlayer = true, -- Drop player via a key (GrabAndDropKey) when CommandEnabled = true\r\n\r\n    DisableSprint = true, -- Disable the sprint (recommended: leave it true)\r\n\r\n    CollisionRange = 0.5, -- Collision distance (0.0 to disable the dragged player's collision)\r\n\r\n    AttachPosition = vector3(0.20, 0.45, 0.0), -- Positioning of the player facing the police officer\r\n\r\n    Animations = {\r\n        policeAnimation = {\r\n            enabled = true, -- Activate or not the animation of the policeman when he takes a person by the arm.\r\n            animDict = 'amb@world_human_drinking@coffee@male@base',\r\n            anim = 'base'\r\n        },\r\n        citizenAnimation = {\r\n            enabled = false, -- Activate or not the animation of the citizen when he is taken by the arm.\r\n            animDict = 'amb@world_human_drinking@coffee@male@base',\r\n            anim = 'base'\r\n        }\r\n    }\r\n}\r\n\r\n-- https:\/\/docs.fivem.net\/docs\/game-references\/controls\/\r\nConfig.Keys = {\r\n    GrabAndDropKey = 57, -- If CommandEnabled is equal to false you must put a key to take the person.\r\n    GrabAndDropKeyString = '~INPUT_DROP_AMMO~', -- Name of the button.\r\n\r\n    TaskEnterKey = 206, -- Button to put the person inside the vehicle\r\n    TaskEnterKeyString = '~INPUT_FRONTEND_RB~' -- Name of the button to put the person inside the vehicle\r\n}\r\n\r\n-- Libraries of languages.\r\nConfig.Languages = {\r\n    [\/fusion_builder_column][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"]['en'] = {\r\n        ['taskenter'] = 'Put the person in the vehicle '..Config.Keys.TaskEnterKeyString,\r\n        ['exitped'] = 'Taking the person out the vehicle '..Config.Keys.TaskEnterKeyString,\r\n        ['releaseperson'] = 'Release the person press '..Config.Keys.GrabAndDropKeyString\r\n    },\r\n    ['fr'] = {\r\n        ['taskenter'] = 'Faire monter la personne '..Config.Keys.TaskEnterKeyString,\r\n        ['exitped'] = 'Faire descendre la personne '..Config.Keys.TaskEnterKeyString,\r\n        ['releaseperson'] = 'Lacher la personne '..Config.Keys.GrabAndDropKeyString\r\n    }\r\n}<\/code><\/pre>\r\n","protected":false},"excerpt":{"rendered":"<p>Arraste facilmente seus jogadores pelo mapa com este novo recurso! Com esta configura\u00e7\u00e3o completa, este script se adaptar\u00e1 \u00e0s necessidades do seu servidor!<\/p>\n<h2><strong>Caracter\u00edsticas<\/strong><\/h2>\n<ul>\n<li><strong>Totalmente personaliz\u00e1vel<\/strong>, com esta configura\u00e7\u00e3o completa este script se adaptar\u00e1 \u00e0s necessidades do seu servidor!<\/li>\n<li><strong>Compat\u00edvel com seu sistema de algemas<\/strong>, este recurso \u00e9 compat\u00edvel com seu sistema de algemas!<\/li>\n<li><strong>Anima\u00e7\u00e3o que segura pelo bra\u00e7o<\/strong>, anima\u00e7\u00e3o modific\u00e1vel a partir da configura\u00e7\u00e3o.<\/li>\n<li><strong>Colis\u00e3o<\/strong>, o script inclui um sistema de colis\u00e3o com o treinador para derrub\u00e1-lo contra a parede facilmente!<\/li>\n<li><strong>Colocar uma pessoa dentro de um ve\u00edculo<\/strong>, voc\u00ea pode facilmente colocar a pessoa dentro de um ve\u00edculo com um bot\u00e3o personaliz\u00e1vel da configura\u00e7\u00e3o.<\/li>\n<li><strong>Sistema de permiss\u00e3o<\/strong>, este script \u00e9 compat\u00edvel com ESX e aut\u00f4nomo.<\/li>\n<li><strong>Linguagem<\/strong>, este recurso est\u00e1 dispon\u00edvel em\u00a0<em>Franc\u00eas<\/em>\u00a0e\u00a0<em>Ingl\u00eas<\/em>, voc\u00ea ainda pode adicionar seu pr\u00f3prio idioma para seu servidor na configura\u00e7\u00e3o!<\/li>\n<\/ul>","protected":false},"featured_media":206751,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[1820,1091],"product_tag":[],"class_list":["post-42221","product","type-product","status-publish","has-post-thumbnail","product_cat-police-scripts","product_cat-fivem-emotes","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product\/42221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/comments?post=42221"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/media\/206751"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/media?parent=42221"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_brand?post=42221"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_cat?post=42221"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/pt\/wp-json\/wp\/v2\/product_tag?post=42221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}