In den Warenkorb
Angebot!

QBCore Bankraubsystem

$38.99 $29.99Ursprünglicher Preis war: $38.99 Aktueller Preis ist: $29.99.

-23%

Mein aktualisiertes Bankraubskript mit Fortschritt. Die Spieler müssen sich von den Fleeca-Banken bis zum unteren Tresor der Pacific Bank hocharbeiten. Dieses Skript ist für die Verwendung mit K4MB1s Pacific Bank MLO und UncleJusts Maze Bank MLO gedacht. Abhängigkeiten wie Minispiele sind enthalten (außer dem Passwort-Hack 25, MLO ist nicht enthalten. Beim Kauf dieses Skripts erhältst du den Quellcode, keine fivem-Verschlüsselung.Bilder und eine Readme-Datei sind im Lieferumfang enthalten und helfen bei der Installation. Funktionen:

  • Setzt Banken nach jedem Banküberfall zurück (Zeit ist konfigurierbar)
  • Polizeibeamte können die Bank schließen, nachdem sie gehackt wurde
  • Umfangreiches Discord-Logging
  • Unterstützt qb-doorlock und nui_doorlock über die Konfigurationseinstellung
  • Umfangreiches Debugging
  • Methoden zum Konvertieren von USBs in Laptops
  • Trollys werden entfernt, wenn die Bank zurückgesetzt wird
  • Code für Nachtsicht ist enthalten
(7 Kundenrezensionen)
$ USD
  • $ USD
  • € EUR
  • £ GBP
In den Warenkorb
QBCore-Raub
QBCore Bankraubsystem
$38.99 $29.99Ursprünglicher Preis war: $38.99 Aktueller Preis ist: $29.99.


# Description

# Dependencies
* [QBCore Framework](https://github.com/qbcore-framework)
* [mkalasers by mkafrin](https://github.com/mkafrin/mka-lasers)
* [Pacific Bank by K4MB1 MAPS](https://k4mb1.tebex.io/package/4692112)
* [Memorygame by pushkart2](https://github.com/pushkart2/memorygame)
* [dim-passhack by Dimbo Scripts](https://dimbo-scripts.tebex.io/package/4616362)
* [Hack minigame by Jasper-Hustad](https://github.com/Jesper-Hustad/NoPixel-minigame)
* [qb-target by BerkieBb](https://github.com/BerkieBb/qb-target)
* [ms-peds by MiddleSkillz](https://github.com/MiddleSkillz/ms-peds*)
* [qb-powerplant by Lionh34rt#4305](https://lionh34rt.tebex.io/)

# Installation
* **Add the items to your shared.lua**
* **Add the correct lines to your giveitem command**
* **Install all the dependencies**
* **Add the sound effects (bankdrill) to your interact-sound resource**
* **Create nightvision in smallresources**
* **You may have to change the clothing piece in the nightvision.lua**
* **Rename and add entries to the scoreboard triggers: 'Fleeca', 'Paleto', 'Pacific'**
* **Change the doorlock triggers to match your corresponding doorlockId**

# Items for shared.lua
```lua
["usb_green"] 		 	 		 = {["name"] = "usb_green",           			["label"] = "USB Drive",	 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "usb_green.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   	["combinable"] = nil,   	["description"] = "A green USB flash drive"},
["usb_red"] 		 	 		 = {["name"] = "usb_red",           			["label"] = "USB Drive",	 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "usb_red.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   	["combinable"] = nil,   	["description"] = "A red USB flash drive"},
["usb_blue"] 		 	 		 = {["name"] = "usb_blue",           			["label"] = "USB Drive",	 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "usb_blue.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   	["combinable"] = nil,   	["description"] = "A blue USB flash drive"},
["usb_gold"] 		 	 		 = {["name"] = "usb_gold",           			["label"] = "USB Drive",	 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "usb_gold.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   	["combinable"] = nil,   	["description"] = "A gold USB flash drive"},
["usb_grey"] 		 	 		 = {["name"] = "usb_grey",           			["label"] = "USB Drive",	 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "usb_grey.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,   	["combinable"] = nil,   ["description"] = "A grey USB flash drive"},


["laptop_green"] 		 	 	 = {["name"] = "laptop_green",           		["label"] = "Laptop",	 				["weight"] = 2500, 		["type"] = "item", 		["image"] = "laptop_green.png", 		["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = "A laptop that you got from Ph03nix"},
["laptop_red"] 		 	 		 = {["name"] = "laptop_red",           			["label"] = "Laptop",	 				["weight"] = 2500, 		["type"] = "item", 		["image"] = "laptop_red.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = "A laptop that you got from Plague"},
["laptop_blue"] 		 	 	 = {["name"] = "laptop_blue",           		["label"] = "Laptop",	 				["weight"] = 2500, 		["type"] = "item", 		["image"] = "laptop_blue.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = "A laptop that you got from Ramsay"},
["laptop_gold"] 		 	 	 = {["name"] = "laptop_gold",        		   	["label"] = "Laptop",	 				["weight"] = 2500, 		["type"] = "item", 		["image"] = "laptop_gold.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = "A laptop that you got from Trinity"},

["lowervaultcodes"] 			 = {["name"] = "lowervaultcodes", 				["label"] = "Access Codes", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "lowervaultcodes.png", 		["unique"] = true, 		["useable"] = false, 	["shouldClose"] = false,	["combinable"] = nil,   ["description"] = "A copy of the Pacific Bank lower vault access code.."},

["explosive"] 					 = {["name"] = "explosive", 					["label"] = "Explosive", 				["weight"] = 5000, 		["type"] = "item", 		["image"] = "explosive.png", 					["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   	["combinable"] = nil,   	["description"] = "An improvised explosive of fireworks and thermite"},
["nightvision"] 			 	 = {["name"] = "nightvision", 					["label"] = "Night Vision Goggles", 	["weight"] = 6000, 		["type"] = "item", 		["image"] = "nightvision.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = false,	   	["combinable"] = nil,   ["description"] = "These allow you to see in the dark"},
```

# ADD THE FOLLOWING TO YOUR QB-INVENTORY/SERVER/MAIN.LUA UNDER THE GIVEITEM COMMAND
```lua
elseif itemData["name"] == "laptop_green" then
	info.uses = 3
elseif itemData["name"] == "laptop_blue" then
	info.uses = 3
elseif itemData["name"] == "laptop_red" then
	info.uses = 3
elseif itemData["name"] == "laptop_gold" then
	info.uses = 3
elseif itemData["name"] == "usb_grey" then
	info.uses = 3
```

# Add to your inventory app.js to display the vault codes as an item:
```js
} else if (itemData.name == "lowervaultcodes") {
	$(".item-info-title").html('<p>&#039;+itemData.label+&#039;</p>&#039;) $(&quot;.item-info-description&quot;).html(&#039;<p>&#039;+itemData.beschreibung+&#039;</p><p>Zugriffscode: &#039;+itemData.info.codes+&#039;</p>');
```

# Füge dies zu deiner ms-peds-Konfiguration hinzu:
```lua
{
	model = `hc_hacker`,
	coords = vector4(517.44, 174.29, 100.25, 158.45),
	gender = 'male'
},
{
	model = `g_f_y_vagos_01`,
	coords = vector4(-458.65, -2274.4, 8.52, 266.45),
	gender = 'male'
},
{
	model = `ig_talcc`,
	coords = vector4(1579.43, 3617.83, 38.78, 166.87),
	gender = 'male'
},
{
	model = `s_f_y_clubbar_01`,
	coords = vector4(-1600.27, 3070.47, 33.66, 137.83),
	gender = 'male'
},
{
	model = `g_f_importexport_01`,
	coords = vector4(-3169.54, 1093.57, 20.86, 27.67),
	gender = 'female'
},
```

# Nachtsichtgerät
```lua
--Server-Seite:
QBCore.Functions.CreateUseableItem("nightvision", function(source)
    TriggerClientEvent("nightvision:UseNightvision", source)
end)

--Client-Seite:
local nightvision = false

RegisterNetEvent("nightvision:UseNightvision", function()
    nightvision = not nightvision
    QBCore.Functions.Progressbar("remove_gear", "Nightvision..", 250, false, true, {}, {}, {}, {}, function()
        if nightvision then
            SetNightvision(true)
            TriggerServerEvent("InteractSound_SV:PlayOnSource", "nv", 0.25)
            SetPedPropIndex(PlayerPedId(), 0, 117, 0, true)
        else
            SetNightvision(false)
            SetPedPropIndex(PlayerPedId(), 0, 116, 0, true)
        end
    end)
end)
```

7 Rezensionen für QBCore Bank Robbery System

  1. Keshaun (Verifizierter Käufer)

    Dies ist der beste Support für ein Produkt, den ich bisher hatte, sie antworten schnell und lösen die Probleme meistens selbst. Kudos Leute

  2. Geraldine (Verifizierter Käufer)

    Insgesamt großartige Qualität. Die Animationen, die Benutzeroberfläche und die Funktionalität wirken alle ausgefeilt.

  3. Royce (Verifizierter Käufer)

    Allein der Support macht dies kaufenswert. Schnelle Antworten und praktische Lösungen.

  4. Rafaela (Verifizierter Käufer)

    Fünf Sterne von mir.

  5. SarahVenom (Verifizierter Käufer)

    Sehr gutes Produkt. Die Installation war schnell und die Dokumentation beantwortete alle meine Fragen.

  6. Mikayla (Verifizierter Käufer)

    Eines der besten Skripte, die ich je verwendet habe.

  7. Fanny (Verifizierter Käufer)

    Bei weitem das beste Item auf dem Markt, du wirst nicht enttäuscht sein.

Nur angemeldete Kunden, die dieses Produkt gekauft haben, dürfen eine Rezension abgeben.