Ir para o conteúdo principal
FiveMX
Loja
Scripts
MLOs
Servidores Completos
Mods Grátis
Ferramentas
Guias
Todos os Produtos
Compatibilidade:

Advanced RepoJob

Advanced RepoJob - interactive job system for ESX servers. Compatible with ESX framework. Fully customizable and optimized.

Acesso Instantâneo
Política de reembolso de 14 dias
Checkout Seguro
$16.99
Acesso imediato aos arquivos após o pagamento
Suporte e política de reembolso visíveis antes do checkout
Funciona com esx, qbcore, qbox, standalone
  • Acesso Instantâneo
  • SSL Criptografado
  • Cartão, Klarna, carteiras
Frameworks

esx, qbcore, qbox, standalone

Requisitos

Publicado nesta página

Pré-visualização

Disponível

Cartão, Klarna e carteiras compatíveis via Stripe. Outros métodos locais podem aparecer quando disponíveis na sua região.

Falar com suporte antes de comprarLer política de reembolso

Expectativa de suporte

O suporte cobre acesso ao download, arquivos entregues que estejam faltando e dúvidas com base nas notas de instalação publicadas.

Instalação personalizada, conversão de framework, configuração em servidor ao vivo e trabalho em recursos personalizados não estão incluídos, salvo quando indicado na página do produto.

Pergunte antes de comprar se seu servidor usa recursos de framework, inventário ou banco de dados muito modificados.

Montando um servidor maior?Compare pacotes selecionados antes do checkout se você precisa de vários scripts compatíveis.Ver pacotes FiveM

Compatibilidade, configuração e comprovação do produto em um olhar

Use os dados publicados nesta página para confirmar se Advanced RepoJob é compatível com seu servidor antes do checkout.

Compatibilidade

Frameworks
ESX, QBCore, QBOX, Standalone
Categoria
Job Scripts

Configuração e requisitos

Fluxo de instalação
Download → pasta resources → ensure no server.cfg
Requisitos
Publicado nesta página
Tamanho do arquivo
4.46 MB

Comprovação e perguntas de compradores

Avaliações
Sem avaliações ainda
Vendas
1
FiveMX

Comece a construir seu servidor hoje.

Recursos FiveM selecionados, entrega instantânea, mods grátis para começar e guias práticos em um marketplace tranquilo.

Navegar na lojasupport@fivemx.com

Loja

  • Loja
  • Todos os produtos
  • Mods grátis
  • Melhores scripts & mods
  • Scripts FiveM

Frameworks

  • Scripts QBCore
  • Scripts ESX
  • QBox
  • Standalone

Comunidade

  • Blog
  • Suporte
  • Criadores
  • Afiliados

Jurídico

  • Política de privacidade
  • Termos de serviço
  • Política de reembolso
  • Entrega digital
  • Política de cookies
  • Conformidade LGPD/GDPR
  • DMCA
  • Informações legais
  • Política editorial
© 2026 FiveMX. Todos os direitos reservados.·FiveMX não é afiliado à Rockstar Games, Take-Two Interactive ou CFX.re. Todas as marcas são propriedade de seus respectivos donos.
GitHubDiscordDocs

Compre quando isso economizar tempo de configuração

Use esta checklist para decidir rapidamente se o recurso combina com seu servidor, framework e expectativas de suporte.

Ganho para o administrador

Advanced RepoJob foi posicionado para reduzir Job Scripts, em vez de você reconstruir o mesmo sistema do zero.

Compatibilidade

Funciona com esx, qbcore, qbox, standalone. Verifique o bloco de requisitos antes de usar em um servidor ativo.

Confiança na compra

Download instantâneo, checkout Stripe, acesso ao suporte e contexto de reembolso são exibidos antes do pagamento.

Elementos de decisão

Requisitos, detalhes de instalação, Vídeo de pré-visualização, Perguntas do Produto

Descrição

https://www.youtube.com/watch?v=mgV0xGP3zQU

# Pug RepoJob.

# 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.
# Esx will as well be mostly drag and drop with config changes.
--
# Installation (ALL FRAMEWORKS)
Add the item pngs found in pug-repojob/itemPNGS to your inventory.
Make sure you have the dependencies installed. (qb-menu OR ox_lib, qb-target OR ox_target, qb-inventory OR ox_inventory)
Thouroughly read the config and adjust to you liking. (VERY IMPORTANT)
Adjust the RepoJobNotify() function in client/main.lua to fit your server (defualt is already setup for base qb-core and esx).
Adjust the RepoJobEmail() function in client/main.lua to fit your server (defualt is already setup for base qb-core and esx).
Adjust the DrawTextRepoJob() and HideDrawTextRepoJob() functions in client/main.lua to fit your server (defualt is already setup for base qb-core and esx).
--

--
# (QBCORE-ONLY) - Install this in to your qb-core/server/player.lua below PlayerData.metadata['attachmentcraftingrep'] = PlayerData.metadata['attachmentcraftingrep'] or 0
# Example here: https://i.imgur.com/sofeQnY.png
PlayerData.metadata['reporep'] = PlayerData.metadata['reporep'] or 0
--

--
If you want to use a different item name make sure to change the useableitem name in the server.lua
# (QBCORE-ONLY) - Install this in to your qb-core/shared/items.lua
['towremote'] = {['name'] = 'towremote', ['label'] = 'Tow Remote', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'towremote.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, [created] = nil, [decay] = 30.0, ['description'] = '[useable] | [G] when in tow truck to lower and raise bed, [E] to pick the hook up and put the hook down'},
[reponote] = {[name] = reponote, [label] = Repo Note, [weight] = 500, [type] = item, [image] = reponote.png, [unique] = false, [useable] = true, [shouldClose] = false, [combinable] = nil, [created] = nil, [decay] = 9.0, [description] = [useable] | [G] when in tow truck to lower and raise bed, [E] to pick the hook up and put the hook down},
--

# (ESX-ONLY) - Run the pug_towjob.sql before doing anything else.

--
# (ESX-ONLY) - Install this in to your ox_inventory/data/items.lua
['towremote'] = {
label = 'Tow Remote',
weight = 100,
},
['reponote'] = {
label = 'Tow Note',
weight = 100,
},
--

# (OPTIONAL)
Install 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
(This may require a server restart to work)

# Quick commands and things to know
/tptow to go to the repo job ped (admin only)
/getrepo command and /reporply command to request and reply to repo drivers
Pressing [G] when in the driver seat of a flatbed3 whill lower or raise the flatbed
To grab the towhook you need to have the flatbed down, go to the top of the flatbed and press [E]
To put a hook onto a vehicle you just press [E] while close to a vehicle and have the tow hook in your hand
To pickup a hook that is on a car or on the ground you just press [E]

(credits to I'm Not MentaL, Yoha, SxY & TheF3nt0n for the original free model here: https://www.gta5-mods.com/vehicles/mtl-flatbed-tow-truck)

# PUG-REPOJOB: For any questions please contact me here: https://discord.com/invite/jYZuWYjfvq

PREVIEW HERE:(VERY SOON)

(OPEN SOURCE)

​Full QBCore & ESX Compatibility. (supports custom qb-core names and all qb custom file dependency names)

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 cars, 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's needs. This script also supports multiple languages and integrates seamlessly with other systems while running at an impressive 0.0 ms resmon.

Config: https://i.imgur.com/ExmzFZI.png
Readme: https://i.imgur.com/MFK7892.png

This completely configurable script consist of:
● Full development support and custom script adjustment request support.
● Advanced flatbed functionality with retractable capabilities.
● Advanced towing functionality with immersive capabilities.
● Advanced methods of making sure the vehicles NEVER poof unlike other vehicle related scripts.
● 250+ different vehicle pickup locations already configured and all changeable.
● 40+ pre configured cars to to pickup.
● In-depth job that offeres an immersive experience of being a repo man.
● A chance angry car owners can come out and defend there vehicle with mele weapons.
● 3 pre configured locations to drop the repoed vehicle off to.
● Unlock progression to obtain items configured by you.
● /getrepo command and /reporply command to request and reply to repo drivers.
● Custom Crafting tables that require progression and unlocks to craft things.
● Very extensive config.lua to help easily change the script with very little effort.
● Custom configurable lang system to support multiple languages.
● Support for other core names, other target systems and any resource name changes.
● Runs at 0.0 ms resmon.

Requirements/Dependencies consist of:
QBCore OR ESX (other frameworks will work but not supported)
qb-menu OR ox_lib (ps-ui or any qb-menu resource name changed will work)
qb-target OR ox_target (any qb-inventory resource name changed will work)

Notas de instalação

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

Apenas os dados publicados nesta página devem ser considerados confirmados. Se você precisar de mais detalhes, revise a descrição, requisitos, histórico de alterações, avaliações e perguntas do produto antes do checkout.

DescriçãoRequisitosVídeo de pré-visualização
Início
Loja
Job Scripts
Job Scripts
ESX
QBCore
QBOX
Standalone
Processo de revisão
Processo de revisão

Características Principais

  • Advanced Flatbed Functionality

    Features retractable flatbed capabilities with the ability to lower and raise the bed using [G] key when in the driver seat of a flatbed3 tow truck.

  • Extensive Vehicle Pickup Locations

    Includes over 250 different vehicle pickup locations that are pre-configured and fully changeable through the config file.

  • Pre-configured Vehicle Selection

    Comes with 40+ pre-configured cars available for pickup during repo missions.

  • Immersive Towing Mechanics

    Advanced towing functionality includes interactive tow hook mechanics where players press [E] to attach hooks to vehicles and manage the towhook from the flatbed.

  • Dynamic NPC Encounters

    Features a chance for angry car owners to come out and defend their vehicles with melee weapons during repo operations.

Perguntas Frequentes

Perguntas e Respostas da Comunidade

0 perguntas

Sem Perguntas

Seja o primeiro a fazer uma pergunta!

0/500 caracteres (mínimo 10)

Sua pergunta será revisada antes de aparecer publicamente.

Produtos Relacionados

$35.99
$23.99
$16.99
$10.99

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

Continue Construindo Seu Servidor FiveM

Use este produto como parte de uma configuração maior. Explore categorias relacionadas, frameworks alternativos, pacotes premium e downloads gratuitos complementares.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Explorar EMS Scripts
Explorar Economy & Banking
Explorar Mechanic Scripts
Explorar todos os scripts
Scripts de Job Scripts
Scripts esx
Experimente QBCore
Experimente QBox
Mods FiveM grátis
Comparar pacotes
LB Tablet

LB Tablet

0r TowTruck

0r TowTruck

FiveM Torture System

FiveM Torture System

Burger New

Burger New