-25%

Erweiterter RepoJob

, , , ,

Ursprünglicher Preis war: $31.99Aktueller Preis ist: $23.99.

Sonderangebot

(OPEN SOURCE)

Volle QBCore- und ESX-Kompatibilität. (unterstützt benutzerdefinierte qb-core-Namen und alle benutzerdefinierten qb-Dateiabhängigkeitsnamen)

Diese ultimative Repo Job Script bietet eine aufregende und immersive Erfahrung für FiveM Server. Mit fortschrittlichen Pritschen- und Abschleppfunktionen, detaillierten Job-Missionen und der Möglichkeit für verärgerte Autobesitzer, ihre Fahrzeuge zu verteidigen, werden die Spieler süchtig. Mit über 250 Abholorten, mehr als 40 vorkonfigurierten Autos, anpassbaren Fortschritten und seltenen Gegenstandsdrops, benutzerdefinierten Crafting-Tabellen und einer umfangreichen Konfigurationsdatei ist es einfach, den Repo-Job an die Bedürfnisse deines Servers anzupassen. Dieses Skript unterstützt außerdem mehrere Sprachen und lässt sich nahtlos in andere Systeme integrieren, während es mit einer beeindruckenden Reaktionszeit von 0,0 ms läuft.

Konfig: https://i.imgur.com/ExmzFZI.png
Liesmich: https://i.imgur.com/MFK7892.png

Dieses vollständig konfigurierbare Skript besteht aus:
● Erweiterte Flachbettfunktionalität mit einziehbaren Funktionen.
● Erweiterte Abschleppfunktion mit immersiven Fähigkeiten.
● Fortschrittliche Methoden, um sicherzustellen, dass die Fahrzeuge im Gegensatz zu anderen fahrzeugbezogenen Skripten NIEMALS kaputt gehen.
● Über 250 verschiedene Fahrzeugabholorte sind bereits konfiguriert und alle änderbar.
● 40+ vorkonfiguriert Autos zum Abholen.
● Möglichkeit, Fahrzeuge anderer Spieler zu beschlagnahmen und dorthin zu schicken.
● Intensiver Job, der ein umfassendes Erlebnis als Repo-Mann bietet.
● Es besteht die Möglichkeit, dass wütende Autobesitzer herauskommen und ihr Fahrzeug mit Nahkampfwaffen verteidigen.
● 3 vorkonfigurierte Orte, an denen Sie das reparierte Fahrzeug abgeben können.
● Schalten Sie den Fortschritt frei, um von Ihnen konfigurierte Elemente zu erhalten.
● /getrepo-Befehl und /reporply-Befehl zum Anfordern und Antworten auf Repo-Treiber.
● Benutzerdefinierte Handwerkstische, die Fortschritte und Freischaltungen erfordern, um Dinge herzustellen.
● Sehr umfangreiche config.lua, um das Skript mit sehr geringem Aufwand einfach zu ändern.
● Benutzerdefiniertes konfigurierbares Sprachsystem zur Unterstützung mehrerer Sprachen.
● Unterstützung für andere Kernnamen, andere Zielsysteme und alle Änderungen von Ressourcennamen.
● Läuft mit einer Auflösung von 0,0 ms.

Anforderungen/Abhängigkeiten bestehen aus:
QBCore ODER ESX (andere Frameworks funktionieren, werden aber nicht unterstützt)
qb-menu ODER ox_lib (ps-ui oder jeder geänderte qb-menu-Ressourcenname funktioniert)
qb-target ODER ox_target (jeder geänderte qb-inventory-Ressourcenname funktioniert)

Zur Wunschliste hinzufügen
Zur Wunschliste hinzufügen
Garantiert sicherer Checkout

Holen Sie sich Ihren Download sofort.

  • Geld-zurück-Garantie ohne Risiko!
  • Support inklusive
  • Zukünftige Updates

# 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[fusion_builder_container hundred_percent=”yes” overflow=”visible”][fusion_builder_row][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”][‘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)[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

Bewertungen

There are no reviews yet

Eine Rezension verfassen
Advanced RepoJob Advanced RepoJob
Bewertung*
0/5
* Bewertung ist erforderlich
Deine Rezension
* Rezension ist erforderlich
Name
* Name ist erforderlich
Fotos oder Video zur Rezension hinzufügen

Q&A

Es sind noch keine Fragen vorhanden

Eine Frage stellen

Deine Frage wird von einem Mitarbeiter der Filiale oder anderen Kunden beantwortet.

Vielen Dank für die Frage!

Deine Frage ist eingegangen und wird bald beantwortet. Bitte reiche die gleiche Frage nicht noch einmal ein.

Fehler

Warning

Beim Speichern deiner Frage ist ein Fehler aufgetreten. Bitte melde ihn dem Website-Administrator. Zusätzliche Informationen:

Eine Antwort hinzufügen

Vielen Dank für die Antwort!

Deine Antwort ist eingegangen und wird bald veröffentlicht. Bitte reiche die gleiche Antwort nicht noch einmal ein.

Fehler

Warning

An error occurred when saving your answer. Please report it to the website administrator. Additional information:

Warenkorb
de_DEGerman
Erweiterter RepoJob
Ursprünglicher Preis war: $31.99Aktueller Preis ist: $23.99.
Zur Wunschliste hinzufügen
Zur Wunschliste hinzufügen
Nach oben scrollen