{"id":107558,"date":"2023-12-28T20:32:52","date_gmt":"2023-12-28T19:32:52","guid":{"rendered":"https:\/\/fivem-mods.net\/?post_type=product&#038;p=107558"},"modified":"2024-12-10T13:37:33","modified_gmt":"2024-12-10T12:37:33","slug":"reposicionamiento-avanzado","status":"publish","type":"product","link":"https:\/\/fivemx.com\/es\/reposicionamiento-avanzado\/","title":{"rendered":"RepoJob avanzado"},"content":{"rendered":"<div class=\"video-container\"><iframe title=\"[Fivem] Pug-RepoJob [QBCore] [ESX]\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/mgV0xGP3zQU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<p># Pug RepoJob.<\/p>\n<p># If you are a QBCore framework the script is basically drag and drop with a few small changes to the config and running the sql.<br \/>\n# Esx will as well be mostly drag and drop with config changes.<br \/>\n&#8212;<br \/>\n# Installation (ALL FRAMEWORKS)<br \/>\nAdd the item pngs found in pug-repojob\/itemPNGS to your inventory.<br \/>\nMake sure you have the dependencies installed. (qb-menu OR ox_lib, qb-target OR ox_target, qb-inventory OR ox_inventory)<br \/>\nThouroughly read the config and adjust to you liking. (VERY IMPORTANT)<br \/>\nAdjust the RepoJobNotify() function in client\/main.lua to fit your server (defualt is already setup for base qb-core and esx).<br \/>\nAdjust the RepoJobEmail() function in client\/main.lua to fit your server (defualt is already setup for base qb-core and esx).<br \/>\nAdjust the DrawTextRepoJob() and HideDrawTextRepoJob() functions in client\/main.lua to fit your server (defualt is already setup for base qb-core and esx).<br \/>\n&#8212;<\/p>\n<p>&#8212;<br \/>\n# (QBCORE-ONLY) &#8211; Install this in to your qb-core\/server\/player.lua below &#8220;PlayerData.metadata[&#8216;attachmentcraftingrep&#8217;] = PlayerData.metadata[&#8216;attachmentcraftingrep&#8217;] or 0&#8221;<br \/>\n# Example here: https:\/\/i.imgur.com\/sofeQnY.png<br \/>\nPlayerData.metadata[&#8216;reporep&#8217;] = PlayerData.metadata[&#8216;reporep&#8217;] or 0<br \/>\n&#8212;<\/p>\n<p>&#8212;<br \/>\nIf you want to use a different item name make sure to change the useableitem name in the server.lua<br \/>\n# (QBCORE-ONLY) &#8211; Install this in to your qb-core\/shared\/items.lua<br \/>\n[&#8216;towremote&#8217;] = {[&#8216;name&#8217;] = &#8216;towremote&#8217;, [&#8216;label&#8217;] = &#8216;Tow Remote&#8217;, [&#8216;weight&#8217;] = 1000, [&#8216;type&#8217;] = &#8216;item&#8217;, [&#8216;image&#8217;] = &#8216;towremote.png&#8217;, [&#8216;unique&#8217;] = false, [&#8216;useable&#8217;] = true, [&#8216;shouldClose&#8217;] = true, [&#8216;combinable&#8217;] = nil, [&#8220;created&#8221;] = nil, [&#8220;decay&#8221;] = 30.0, [&#8216;description&#8217;] = &#8216;[useable] | [G] when in tow truck to lower and raise bed, [E] to pick the hook up and put the hook down&#8217;},<br \/>\n[&#8220;reponote&#8221;] = {[&#8220;name&#8221;] = &#8220;reponote&#8221;, [&#8220;label&#8221;] = &#8220;Repo Note&#8221;, [&#8220;weight&#8221;] = 500, [&#8220;type&#8221;] = &#8220;item&#8221;, [&#8220;image&#8221;] = &#8220;reponote.png&#8221;, [&#8220;unique&#8221;] = false, [&#8220;useable&#8221;] = true, [&#8220;shouldClose&#8221;] = false, [&#8220;combinable&#8221;] = nil, [&#8220;created&#8221;] = nil, [&#8220;decay&#8221;] = 9.0, [&#8220;description&#8221;] = &#8220;[useable] | [G] when in tow truck to lower and raise bed, [E] to pick the hook up and put the hook down&#8221;},<br \/>\n&#8212;<\/p>\n<p># (ESX-ONLY) &#8211; Run the pug_towjob.sql before doing anything else.<\/p>\n<p>&#8212;<br \/>\n# (ESX-ONLY) &#8211; Install this in to your ox_inventory\/data\/items.lua<br \/>\n[&#8216;towremote&#8217;] = {<br \/>\nlabel = &#8216;Tow Remote&#8217;,<br \/>\nweight = 100,<br \/>\n},<br \/>\n[&#8216;reponote&#8217;] = {<br \/>\nlabel = &#8216;Tow Note&#8217;,<br \/>\nweight = 100,<br \/>\n},<br \/>\n&#8212;<\/p>\n<p># (OPTIONAL)<br \/>\nInstall the sound files in the pug-repojob\/InteractSoundFiles into [standalone]\/interact-sound\/client\/html\/sounds if you want the 4 sound effects along with the script<br \/>\n(This may require a server restart to work)<\/p>\n<p># Quick commands and things to know<br \/>\n\/tptow to go to the repo job ped (admin only)<br \/>\n\/getrepo command and \/reporply command to request and reply to repo drivers<br \/>\nPressing [G] when in the driver seat of a flatbed3 whill lower or raise the flatbed<br \/>\nTo grab the towhook you need to have the flatbed down, go to the top of the flatbed and press [E]<br \/>\nTo put a hook onto a vehicle you just press [E] while close to a vehicle and have the tow hook in your hand<br \/>\nTo pickup a hook that is on a car or on the ground you just press [E]<\/p>\n<p>(credits to I&#8217;m Not MentaL, Yoha, SxY &amp; TheF3nt0n for the original free model here: https:\/\/www.gta5-mods.com\/vehicles\/mtl-flatbed-tow-truck)<\/p>\n<p># PUG-REPOJOB: For any questions please contact me here: https:\/\/discord.com\/invite\/jYZuWYjfvq<\/p>\n<p>PREVIEW HERE:(VERY SOON)<\/p>\n<p>(OPEN SOURCE)<\/p>\n<p><a href=\"https:\/\/fivemx.com\/converting-fivem-scripts\/\" title=\"Converting FiveM Scripts &#8211; ESX, QBCore, QBOX (Framework Guide)\"  data-wpil-monitor-id=\"1678\">\u200bFull QBCore &amp; ESX Compatibility<\/a>. (supports custom qb-core names and all qb custom file dependency names)<\/p>\n<p>This Ultimate Repo Job Script offers a thrilling and immersive experience for FiveM servers. With advanced flatbed and towing functionality, in-depth job missions, and a chance for angry car owners to come out and defend their vehicles, players will be hooked. with over 250 pickup locations, 40+ pre-configured <a class=\"wpil_keyword_link\" href=\"https:\/\/fivemx.com\/fivem-cars\/\" target=\"_blank\" rel=\"noopener nofollow\" title=\"cars\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"1180\">cars<\/a>, customizable progression and rare item drops, custom crafting tables, and an extensive config file, making it easy to tailor the repo job to your server&#8217;s needs. This script also supports multiple languages and integrates seamlessly with other systems while running at an impressive 0.0 ms resmon.<\/p>\n<p>Config: https:\/\/i.imgur.com\/ExmzFZI.png<br \/>\nReadme: https:\/\/i.imgur.com\/MFK7892.png<\/p>\n<p>This completely configurable script consist of:<br \/>\n\u25cf Full development <a class=\"wpil_keyword_link\" href=\"https:\/\/fivemx.com\/support\/\"   title=\"support\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1304\">support<\/a> and custom script adjustment request support.<br \/>\n\u25cf Advanced flatbed functionality with retractable capabilities.<br \/>\n\u25cf Advanced towing functionality with immersive capabilities.<br \/>\n\u25cf Advanced methods of making sure the vehicles NEVER poof unlike other vehicle related scripts.<br \/>\n\u25cf 250+ different vehicle pickup locations already configured and all changeable.<br \/>\n\u25cf 40+ pre configured cars to to pickup.<br \/>\n\u25cf In-depth job that offeres an immersive experience of being a repo man.<br \/>\n\u25cf A chance angry car owners can come out and defend there vehicle with mele weapons.<br \/>\n\u25cf 3 pre configured locations to drop the repoed vehicle off to.<br \/>\n\u25cf Unlock progression to obtain items configured by you.<br \/>\n\u25cf \/getrepo command and \/reporply command to request and reply to repo drivers.<br \/>\n\u25cf Custom Crafting tables that require progression and unlocks to craft things.<br \/>\n\u25cf Very extensive config.lua to help easily change the script with very little effort.<br \/>\n\u25cf Custom configurable lang system to support multiple languages.<br \/>\n\u25cf Support for other <a class=\"wpil_keyword_link\" href=\"https:\/\/fivemx.com\/brand\/core\/\"   title=\"Core\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1679\">core<\/a> names, other target systems and any resource name changes.<br \/>\n\u25cf Runs at 0.0 ms resmon.<\/p>\n<p>Requirements\/Dependencies consist of:<br \/>\nQBCore OR ESX (other frameworks will work but not supported)<br \/>\nqb-menu OR ox_lib (ps-ui or any qb-menu resource name changed will work)<br \/>\nqb-target OR ox_target (any qb-inventory resource name changed will work)<\/p>\n<div class=\"video-container\"><iframe title=\"[Fivem] Pug-RepoJob [QBCore] [ESX]\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/mgV0xGP3zQU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n","protected":false},"excerpt":{"rendered":"<p><strong>(C\u00d3DIGO ABIERTO)<\/strong><\/p>\n<p><strong>Compatibilidad total con QBCore y ESX<\/strong>. (admite nombres qb-core personalizados y todos los nombres de dependencia de archivos personalizados qb)<\/p>\n<p><strong>Este script de trabajo de repositorio definitivo ofrece una experiencia emocionante e inmersiva para los servidores de FiveM. Con funciones avanzadas de plataforma y remolque, misiones de trabajo exhaustivas y la oportunidad de que los propietarios de coches enfadados salgan a defender sus veh\u00edculos, los jugadores quedar\u00e1n enganchados. Con m\u00e1s de 250 puntos de recogida, m\u00e1s de 40 coches preconfigurados, progresi\u00f3n personalizable y obtenci\u00f3n de objetos raros, mesas de crafteo personalizadas y un completo archivo de configuraci\u00f3n, es f\u00e1cil adaptar el trabajo de repositorio a las necesidades de tu servidor. Este script tambi\u00e9n es compatible con varios idiomas y se integra a la perfecci\u00f3n con otros sistemas, con una impresionante resoluci\u00f3n de 0,0 ms.<\/strong><\/p>\n<p><strong>Configuraci\u00f3n:<\/strong>\u00a0<a href=\"https:\/\/i.imgur.com\/ExmzFZI.png\">https:\/\/i.imgur.com\/ExmzFZI.png<\/a><br \/>\n<strong>L\u00e9ame:<\/strong>\u00a0<a href=\"https:\/\/i.imgur.com\/MFK7892.png\">https:\/\/i.imgur.com\/MFK7892.png<\/a><\/p>\n<p><strong>Este script completamente configurable consta de:<\/strong><br \/>\n\u25cf Funcionalidad de superficie plana avanzada con capacidades retr\u00e1ctiles.<br \/>\n\u25cf Funcionalidad de remolque avanzada con capacidades inmersivas.<br \/>\n\u25cf M\u00e9todos avanzados para garantizar que los veh\u00edculos NUNCA hagan pop\u00f3 a diferencia de otros scripts relacionados con veh\u00edculos.<br \/>\n\u25cf M\u00e1s de 250 ubicaciones de recogida de veh\u00edculos diferentes ya configuradas y todas modificables.<br \/>\n\u25cf M\u00e1s de 40 coches preconfigurados para recoger.<br \/>\n\u25cf Capacidad de incautar y enviar veh\u00edculos de otros jugadores al dep\u00f3sito.<br \/>\n\u25cf Trabajo en profundidad que ofrece una experiencia inmersiva de ser un agente de recuperaci\u00f3n.<br \/>\n\u25cf Existe la posibilidad de que los propietarios de autom\u00f3viles enojados salgan y defiendan sus veh\u00edculos con armas cuerpo a cuerpo.<br \/>\n\u25cf 3 ubicaciones preconfiguradas para dejar el veh\u00edculo recuperado.<br \/>\n\u25cf Desbloquea la progresi\u00f3n para obtener elementos configurados por ti.<br \/>\n\u25cf Comando \/getrepo y comando \/reporply para solicitar y responder a los controladores del repositorio.<br \/>\n\u25cf Mesas de elaboraci\u00f3n personalizadas que requieren progresi\u00f3n y desbloqueos para crear cosas.<br \/>\n\u25cf Configurar.lua muy extenso para ayudar a cambiar el script f\u00e1cilmente con muy poco esfuerzo.<br \/>\n\u25cf Sistema de idioma configurable personalizado para admitir varios idiomas.<br \/>\n\u25cf Compatibilidad con otros nombres de n\u00facleo, otros sistemas de destino y cualquier cambio de nombre de recurso.<br \/>\n\u25cf Se ejecuta a una velocidad de respuesta de 0,0 ms.<\/p>\n<p><strong>Los requisitos\/dependencias consisten en:<\/strong><br \/>\nQBCore O ESX (otros marcos funcionar\u00e1n pero no ser\u00e1n compatibles)<br \/>\nqb-menu O ox_lib (ps-ui o cualquier nombre de recurso qb-menu modificado funcionar\u00e1)<br \/>\nqb-target O ox_target (cualquier nombre de recurso qb-inventory modificado funcionar\u00e1)<\/p>","protected":false},"featured_media":107559,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[96,3080,1892,512,511],"product_tag":[],"class_list":["post-107558","product","type-product","status-publish","has-post-thumbnail","product_cat-esx-scripts","product_cat-fivem-crafting-scripts","product_cat-fivem-job-scripts","product_cat-qbcore-scripts","product_cat-standalone-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product\/107558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/comments?post=107558"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/media\/107559"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/media?parent=107558"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_brand?post=107558"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_cat?post=107558"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_tag?post=107558"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}