{"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":"repojob-avance","status":"publish","type":"product","link":"https:\/\/fivemx.com\/fr\/repojob-avance\/","title":{"rendered":"RepoJob avanc\u00e9"},"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>\u200bFull QBCore &amp; ESX Compatibility. (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 core 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","protected":false},"excerpt":{"rendered":"<p><strong>(OPEN SOURCE)<\/strong><\/p>\n<p><strong>Compatibilit\u00e9 compl\u00e8te avec QBCore et ESX<\/strong>. (prend en charge les noms qb-core personnalis\u00e9s et tous les noms de d\u00e9pendances de fichiers personnalis\u00e9s qb)<\/p>\n<p><strong>Ce script de mission de d\u00e9p\u00f4t ultime offre une exp\u00e9rience palpitante et immersive pour les serveurs FiveM. Avec des fonctionnalit\u00e9s avanc\u00e9es de plateau et de remorquage, des missions approfondies et la possibilit\u00e9 pour les propri\u00e9taires de voitures en col\u00e8re de d\u00e9fendre leurs v\u00e9hicules, les joueurs seront captiv\u00e9s. Avec plus de 250 points de ramassage, plus de 40 voitures pr\u00e9configur\u00e9es, une progression personnalisable et des objets rares, des tables de fabrication personnalis\u00e9es et un fichier de configuration complet, il est facile d&#039;adapter la mission de d\u00e9p\u00f4t aux besoins de votre serveur. Ce script est \u00e9galement compatible avec plusieurs langues et s&#039;int\u00e8gre parfaitement aux autres syst\u00e8mes avec un temps de r\u00e9ponse impressionnant de 0,0 ms.<\/strong><\/p>\n<p><strong>Configuration:<\/strong>\u00a0<a href=\"https:\/\/i.imgur.com\/ExmzFZI.png\">https:\/\/i.imgur.com\/ExmzFZI.png<\/a><br \/>\n<strong>Lisez-moi\u00a0:<\/strong>\u00a0<a href=\"https:\/\/i.imgur.com\/MFK7892.png\">https:\/\/i.imgur.com\/MFK7892.png<\/a><\/p>\n<p><strong>Ce script enti\u00e8rement configurable se compose de :<\/strong><br \/>\n\u25cf Fonctionnalit\u00e9 de plateau avanc\u00e9e avec capacit\u00e9s r\u00e9tractables.<br \/>\n\u25cf Fonctionnalit\u00e9 de remorquage avanc\u00e9e avec des capacit\u00e9s immersives.<br \/>\n\u25cf M\u00e9thodes avanc\u00e9es pour garantir que les v\u00e9hicules ne fassent JAMAIS de bruit contrairement \u00e0 d&#039;autres scripts li\u00e9s aux v\u00e9hicules.<br \/>\n\u25cf Plus de 250 emplacements de prise en charge de v\u00e9hicules diff\u00e9rents d\u00e9j\u00e0 configur\u00e9s et tous modifiables.<br \/>\n\u25cf Plus de 40 voitures pr\u00e9configur\u00e9es \u00e0 r\u00e9cup\u00e9rer.<br \/>\n\u25cf Possibilit\u00e9 de mettre en fourri\u00e8re et d&#039;envoyer les v\u00e9hicules des autres joueurs \u00e0 la fourri\u00e8re.<br \/>\n\u25cf Un travail approfondi qui offre une exp\u00e9rience immersive en tant qu&#039;agent de recouvrement.<br \/>\n\u25cf Une chance pour les propri\u00e9taires de voitures en col\u00e8re de sortir et de d\u00e9fendre leur v\u00e9hicule avec des armes de m\u00eal\u00e9e.<br \/>\n\u25cf 3 emplacements pr\u00e9configur\u00e9s pour d\u00e9poser le v\u00e9hicule r\u00e9cup\u00e9r\u00e9.<br \/>\n\u25cf D\u00e9bloquez la progression pour obtenir les objets configur\u00e9s par vous.<br \/>\n\u25cf Commande \/getrepo et commande \/reporply pour demander et r\u00e9pondre aux pilotes du r\u00e9f\u00e9rentiel.<br \/>\n\u25cf Tables d&#039;artisanat personnalis\u00e9es qui n\u00e9cessitent une progression et se d\u00e9verrouillent pour fabriquer des objets.<br \/>\n\u25cf Configuration.lua tr\u00e8s compl\u00e8te pour aider \u00e0 modifier facilement le script avec tr\u00e8s peu d&#039;effort.<br \/>\n\u25cf Syst\u00e8me de langue configurable personnalis\u00e9 pour prendre en charge plusieurs langues.<br \/>\n\u25cf Prise en charge d&#039;autres noms de c\u0153ur, d&#039;autres syst\u00e8mes cibles et de tout changement de nom de ressource.<br \/>\n\u25cf Fonctionne \u00e0 0,0 ms de r\u00e9solution.<\/p>\n<p><strong>Les exigences\/d\u00e9pendances sont les suivantes\u00a0:<\/strong><br \/>\nQBCore OU ESX (d&#039;autres frameworks fonctionneront mais ne seront pas pris en charge)<br \/>\nqb-menu OU ox_lib (ps-ui ou tout nom de ressource qb-menu modifi\u00e9 fonctionnera)<br \/>\nqb-target OU ox_target (tout nom de ressource qb-inventory modifi\u00e9 fonctionnera)<\/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\/fr\/wp-json\/wp\/v2\/product\/107558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/comments?post=107558"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/107559"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=107558"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_brand?post=107558"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_cat?post=107558"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_tag?post=107558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}