Polizeistation VIP
Polizeistation VIP Ursprünglicher Preis war: $47.60Aktueller Preis ist: $34.99.
Zurück zu den Produkten
Dusa-Chat
Dusa-Chat Ursprünglicher Preis war: $50.00Aktueller Preis ist: $30.00.

Tauchjob Plus

Ursprünglicher Preis war: $55.00Aktueller Preis ist: $33.00.

(1 Kundenbewertung)

Multiplayer-Tauchskript Diese neue Funktion ist perfekt für Sie und Ihre Freunde und macht Ihr Rollenspielerlebnis noch unterhaltsamer!

Was ist das Multiplayer-Tauchskript?

  • Gemeinsam tauchen: Sie können mit Ihren Freunden tauchen gehen!
  • Geld verdienen: Sammeln Sie Gegenstände unter Wasser und verdienen Sie etwas Bargeld.
  • Level-Up: Schließe Missionen ab, um deine Fähigkeiten zu verbessern und neue Bereiche freizuschalten.
  • Spannende Abenteuer: Entdecken Sie neue Karten und nimm coole Herausforderungen an.

Hauptmerkmale

  1. Nahtloser Multiplayer: Tauchen Sie mit Ihren Freunden ohne Probleme
  2. Responsive Design: Alles sieht toll aus und funktioniert reibungslos.
  3. Synchronisiert: Alle erleben das Tauchen gemeinsam in Echtzeit.

Bereit, deinen FiveM-Rollenspielserver noch spannender zu machen? Tauche noch heute in die Welt des Multiplayer-Tauchens ein! 🐠🌊

$ USD
  • $ USD
  • € EUR
  • £ GBP
  • $ AUD
  • R$ BRL
  • Sofortdownload
  • Zufriedenheitsgarantie
  • 100% Open Source
Beschreibung

Konfigurationsdatei

Config                    = {}

Config.Framework          = 'qb'           -- esx, oldesx, qb, oldqb

Config.CurrencyUnit       = '$'            -- '€' -- '₺'  '$'
Config.SQL = "oxmysql" -- oxmysql / mysql-async / ghmattimysql
Config.Inventory = "qb_inventory" -- qb_inventory / esx_inventory / ox_inventory / qs_inventory / codem-inventory
Config.ServeName          = "TWORST" -- Server Name MAX 10
Config.MoneyType          = "$" -- Money Type 
Config.InteractionHandler = 'qb-target'     --  qb-target, drawtext,ox-target
Config.ExampleProfilePicture = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/LogoNEW.png"
Config.AnchorCommand = "anchor" -- Anchor Command
Config.JobResetCommand = "jobreset" -- Job Reset Command
Config.Tube = {
    ['level1'] = {
        waitTime = 3, -- 3 seconds
        model = `xm_prop_x17_scuba_tank`
    },
    ['level2'] = {
        waitTime = 5,
        model = `p_michael_scuba_tank_s`
    },
    ['level3'] = {
        waitTime = 7,
        model = `p_s_scuba_tank_s`
    },
    ['mask'] = {
        model = `p_d_scuba_mask_s`
    }

}
Config.Diving = {
    ['coords'] = {
        ['intreactionCoords'] = vector3(-273.87, 6641.97, 7.39),
        ['ped'] = true,
        ['pedCoords'] = vector3(-273.87, 6641.97, 7.39),
        ['pedHeading'] = 232.23,
        ['pedHash'] = 0x49EA5685,
    },
    ['seelCoords'] = {
        ['intreactionCoords'] = vector3(-279.59, 6636.75, 7.55),
        ['ped'] = true,
        ['pedCoords'] = vector3(-279.59, 6636.75, 7.55),
        ['pedHeading'] = 221.69,
        ['pedHash'] = 0x49EA5685,
    },
    ['job'] = 'all', 
    ['blip'] = {
        show = true,
        blipName = 'Diving Job',
        blipType = 317,
        blipColor = 3,
        blipScale = 0.55
    },
    ['marker'] = {
        ['type'] = 1,
        ['size'] = vector3(1.5, 1.5, 1.5),
        ['color'] = { r = 0, g = 255, b = 0 },
    },
    ['drawtext'] = {
        ['text'] = "Press ~g~[E]~s~ to open the ~g~Diving~s~",
    },
    ['jobVehicle'] = 'tug', -- tuh
    ['jobDeliverTheVehicleCoords'] = vector3(-849.16, 6592.56, 0.55),
    ['Mission'] = { 
        {
            regionName = "mission1",
            regionLabel = "Tworst Island",
            regionInfo = "You need to immediately collect overgrown corals in certain areas with diving equipment and tools and clean up the garbage. You must start now!",
            regionStep = "The team will acquire the boat and travel to the designated area.",
            regionStep2 = "The team will collect corals in the area, clean up debris in the sea, and gather hidden items.",
            minLevel = 0,
            jobTask = {
                {name = "seaChanged", img = "coral.png", label = "Take Coral", amount = 20, areaDistance = 30, coords = vector3(-929.52, 6666.6, -27.55) },
                {name = "seaClean", img = "trash.png", label = "Sea Clean", amount = 20, areaDistance = 30,  coords = vector3(-929.52, 6666.6, -27.55)},
                {name = "sealooting", label = "Sea Box", amount = 15, areaDistance = 40,  coords = vector3(-929.52, 6666.6, -27.55)},
                {name = "seaSuitCase", label = "Sea SuitCase", amount = 10, areaDistance = 30,  coords = vector3(-929.52, 6666.6, -27.55)}, 
            },
            regionPNG = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/Mask_group1.png",
            awards = {
                money = 10000,
                xp = 1000,
                onlinejobextra = 2 -- how many percent of the money will increase when a player enters onlinejob 
            },
            vehicleSpawnCoords = {
                vector4(-306.97, 6678.08, 0.62, 33.31)
            },
            jobDeliverTheVehicleCoords = vector3(-306.97, 6678.08, 1),
            boxModel = {
                bigbox = {
                    model = {"ba_prop_battle_crate_closed_bc", "ba_prop_battle_crate_closed_bc"},
                    random = 50,
                    liftHeight = 2.9,
                    riseSpeed = 0.02,
                },
                smallbox = {
                    model = {"gr_prop_gr_rsply_crate01a", "gr_prop_gr_rsply_crate01a"},
                    random = 50,
                    liftHeight = 1.8,
                    riseSpeed = 0.06,
                }
            },
            ChangeModel = {
                ['BeforeModel'] = {"prop_coral_pillar_01"},
                ['AfterModel'] = {"prop_coral_01"},
            },
            CleanModel = {
                {"prop_rub_tyre_03", "prop_rub_tyre_01", "prop_rub_binbag_sd_02"}
            },
            SuitCaseModel = {
                ['BeforeModel'] = {"prop_suitcase_01d" },
                ['AfterModel'] = {"hei_p_attache_case_01b_s"},
            },
        },    
        {
            regionName = "mission2",
            regionLabel = "Tworst Island",
            regionInfo = "You need to immediately collect overgrown corals in certain areas with diving equipment and tools and clean up the garbage. You must start now!",
            regionStep = "The team will acquire the boat and travel to the designated area.",
            regionStep2 = "The team will collect corals in the area, clean up debris in the sea, and gather hidden items.",
            minLevel = 2,
            jobTask = {
                {name = "seaChanged", img = "coral.png", label = "Take Coral", amount = 15, areaDistance = 30, coords = vector3(1798.72, -2966.86, -43.23) },
                {name = "seaClean", img = "trash.png", label = "Sea Clean", amount = 15, areaDistance = 30,  coords = vector3(1798.72, -2966.86, -43.23)},
                {name = "seaSuitCase", label = "Sea SuitCase", amount = 15, areaDistance = 30,  coords = vector3(1798.72, -2966.86, -43.23)}, 
                -- {name = "sealooting", label = "Sea Box", amount = 15, areaDistance = 40,  coords = vector3(1798.72, -2966.86, -43.23)},
                
            },
            regionPNG = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/Mask_group1.png",
            awards = {
                money = 20000,
                xp = 2000,
                onlinejobextra = 1.5 -- how many percent of the money will increase when a player enters onlinejob 
            },
            vehicleSpawnCoords = {
                vector4(1319.17, -3078.18, 0.37, 10.11),
            },
            jobDeliverTheVehicleCoords = vector3(1320.3, -3071.16, -0.05),
            boxModel = {
                bigbox = {
                    model = {"ba_prop_battle_crate_closed_bc", "ba_prop_battle_crate_closed_bc"},
                    random = 50,
                    liftHeight = 2.9,
                    riseSpeed = 0.02,
                },
                smallbox = {
                    model = {"gr_prop_gr_rsply_crate01a", "gr_prop_gr_rsply_crate01a"},
                    random = 50,
                    liftHeight = 1.8,
                    riseSpeed = 0.06,
                }
            },
            ChangeModel = {
                ['BeforeModel'] = {"prop_coral_pillar_01"},
                ['AfterModel'] = {"prop_coral_01"},
            },
            CleanModel = {
                {"prop_rub_tyre_03", "prop_rub_tyre_01", "prop_rub_binbag_sd_02"}
            },
            SuitCaseModel = {
                ['BeforeModel'] = {"prop_suitcase_01d" },
                ['AfterModel'] = {"hei_p_attache_case_01b_s"},
            },
        },     
        {
            regionName = "mission3",
            regionLabel = "Tworst Island",
            regionInfo = "You need to immediately collect overgrown corals in certain areas with diving equipment and tools and clean up the garbage. You must start now!",
            regionStep = "The team will acquire the boat and travel to the designated area.",
            regionStep2 = "The team will collect corals in the area, clean up debris in the sea, and gather hidden items.",
            minLevel = 3,
            jobTask = {
                {name = "seaChanged", img = "coral.png", label = "Take Coral", amount = 40, areaDistance = 60, coords = vector3(4204.08, 3637.51, -43.38) },
                {name = "seaClean", img = "trash.png", label = "Sea Clean", amount = 40, areaDistance = 60,  coords = vector3(4204.08, 3637.51, -43.38)},
                {name = "seaSuitCase", label = "Sea SuitCase", amount = 20, areaDistance = 60,  coords = vector3(4204.08, 3637.51, -43.38)}, 
                --{name = "sealooting", label = "Sea Box", amount = 15, areaDistance = 60,  coords = vector3(4204.08, 3637.51, -43.38)}, -- BOX 
            },
            regionPNG = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/Mask_group1.png",
            awards = {
                money = 30000,
                xp = 3000,
                onlinejobextra = 1.5 -- how many percent of the money will increase when a player enters onlinejob 
            },
            vehicleSpawnCoords = {
                vector4(3902.53, 4484.97, 0.19, 10.71)
            },
            jobDeliverTheVehicleCoords = vector3(3902.53, 4484.97, 0.19),
            boxModel = {
                bigbox = {
                    model = {"ba_prop_battle_crate_closed_bc", "ba_prop_battle_crate_closed_bc"},
                    random = 50,
                    liftHeight = 2.9,
                    riseSpeed = 0.02,
                },
                smallbox = {
                    model = {"gr_prop_gr_rsply_crate01a", "gr_prop_gr_rsply_crate01a"},
                    random = 50,
                    liftHeight = 1.8,
                    riseSpeed = 0.06,
                }
            },
            ChangeModel = {
                ['BeforeModel'] = {"prop_coral_pillar_01"},
                ['AfterModel'] = {"prop_coral_01"},
            },
            CleanModel = {
                {"prop_rub_tyre_03", "prop_rub_tyre_01", "prop_rub_binbag_sd_02"}
            },
            SuitCaseModel = {
                ['BeforeModel'] = {"prop_suitcase_01d" },
                ['AfterModel'] = {"hei_p_attache_case_01b_s"},
            },
        }, 
        {
            regionName = "mission4",
            regionLabel = "Tworst Island",
            regionInfo = "You need to immediately collect overgrown corals in certain areas with diving equipment and tools and clean up the garbage. You must start now!",
            regionStep = "The team will acquire the boat and travel to the designated area.",
            regionStep2 = "The team will collect corals in the area, clean up debris in the sea, and gather hidden items.",
            minLevel = 4,
            jobTask = {
                {name = "seaChanged", img = "coral.png", label = "Take Coral", amount = 50, areaDistance = 70, coords = vector4(3323.94, 6580.64, -65.03, 102.81) },
                {name = "seaClean", img = "trash.png", label = "Sea Clean", amount = 50, areaDistance = 70,  coords = vector4(3323.94, 6580.64, -65.03, 102.81)},
                {name = "seaSuitCase", label = "Sea SuitCase", amount = 20, areaDistance = 70,  coords = vector4(3323.94, 6580.64, -65.03, 102.81)}, 
                {name = "sealooting", label = "Sea Box", amount = 20, areaDistance = 70,  coords = vector4(3323.94, 6580.64, -65.03, 102.81)}, -- BOX 
            },
            regionPNG = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/Mask_group1.png",
            awards = {
                money = 40000,
                xp = 4000,
                onlinejobextra = 1.5 -- how many percent of the money will increase when a player enters onlinejob 
            },
            vehicleSpawnCoords = {
                vector4(1540.32, 6712.64, 0.45, 10.04)
            },
            jobDeliverTheVehicleCoords = vector3(1540.32, 6712.64, 0.45),
            boxModel = {
                bigbox = {
                    model = {"ba_prop_battle_crate_closed_bc", "ba_prop_battle_crate_closed_bc"},
                    random = 50,
                    liftHeight = 2.9,
                    riseSpeed = 0.02,
                },
                smallbox = {
                    model = {"gr_prop_gr_rsply_crate01a", "gr_prop_gr_rsply_crate01a"},
                    random = 50,
                    liftHeight = 1.8,
                    riseSpeed = 0.06,
                }
            },
            ChangeModel = {
                ['BeforeModel'] = {"prop_coral_pillar_01"},
                ['AfterModel'] = {"prop_coral_01"},
            },
            CleanModel = {
                {"prop_rub_tyre_03", "prop_rub_tyre_01", "prop_rub_binbag_sd_02"}
            },
            SuitCaseModel = {
                ['BeforeModel'] = {"prop_suitcase_01d" },
                ['AfterModel'] = {"hei_p_attache_case_01b_s"},
            },
        }, 
    },
    ["Market"] = {
        ["BuyItems"] = {
            {itemName = "scuba_tube_l1", itemLabel = "Scuba Tube Level 1", itemKG = 1, itemCount = 1, itemPrice = 500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/diving-tube-level1.png" },
            {itemName = "scuba_tube_l2", itemLabel = "Scuba Tube Level 2", itemKG = 1, itemCount = 1, itemPrice = 1000, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/diving-tube-level2.png" },
            {itemName = "scuba_tube_l3", itemLabel = "Scuba Tube Level 3", itemKG = 1, itemCount = 1, itemPrice = 1500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/diving-tube-level3.png" },
            {itemName = "scuba_gear", itemLabel = "Scuba Mask", itemKG = 1, itemCount = 1, itemPrice = 700, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/mask.png" },
            {itemName = "liftbag", itemLabel = "Diving Liftbag", itemKG = 1, itemCount = 1, itemPrice = 200, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/liftbag.png" },
            {itemName = "weapon_knife", itemLabel = "Knife", itemKG = 1, itemCount = 1, itemPrice = 500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/knife.png" },
        },
        ["SellItems"] = {
            {itemName = "dendrogyra_coral", itemLabel = "Dendrogyra", itemKG = 1, itemCount = 1, itemPrice = 1500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/dendrogyra_coral.png"},
            {itemName = "antipatharia_coral", itemLabel = "Antipatharia", itemKG = 1, itemCount = 1, itemPrice = 1500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/antipatharia_coral.png"},
            {itemName = "rolex", itemLabel = "Rolex", itemKG = 1, itemCount = 1, itemPrice = 750, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/rolex.png"},
            {itemName = "diamond_ring", itemLabel = "Diamond Ring", itemKG = 1, itemCount = 1, itemPrice = 2000, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/diamond_ring.png"},
            {itemName = "goldbar", itemLabel = "Gold Bar", itemKG = 1, itemCount = 1, itemPrice = 2500, itemImage = "https://r2.fivemanage.com/biv23I9cFWICSObhZsr4C/goldbar.png"},
        }
    }
}

Config.RandomCoral = {
    { item = "dendrogyra_coral", probability = 70, amount = math.random(1,3) },  -- The probability of normal coral is 70%
    { item = "antipatharia_coral", probability = 20, amount = math.random(1,3) },     -- There's a 20 percent chance of a rare coral.
}
Config.RandomSuitCase = { 
    { item = "rolex", probability = 70, amount = math.random(1,3) },  -- The probability of normal coral is 70%
    { item = "diamond_ring", probability = 20, amount = math.random(1,3) },    -- The probability of a rare coral is 20%
    { item = "goldbar", probability = 10, amount = math.random(1,2) } -- Legendary coral has a 10% chance of appearing
}

Config.RandomShipBox = { 
    { item = "rolex", probability = 40, amount = math.random(1,3) },  -- The probability of normal coral is 70%
    { item = "diamond_ring", probability = 40, amount = math.random(1,3) },    -- The probability of a rare coral is 20%
    { item = "goldbar", probability = 20, amount = math.random(1,2) } -- Legendary coral has a 10% chance of appearing
}

Config.Vehiclekey          = true
Config.VehicleSystem       = "qb-vehiclekeys"       -- cd_garage / qs-vehiclekeys / wasabi-carlock / qb-vehiclekeys
Config.Removekeys          = true
Config.RemoveVehicleSystem = "qb-vehiclekeys"       -- cd_garage / qs-vehiclekeys / wasabi-carlock / qb-vehiclekeys

Config.GiveVehicleKey      = function(plate, model, vehicle) -- you can change vehiclekeys export if you use another vehicle key system
    if Config.Vehiclekey then
        if Config.VehicleSystem == 'cd_garage' then
            TriggerEvent('cd_garage:AddKeys', exports['cd_garage']:GetPlate(vehicle))
        elseif Config.VehicleSystem == 'qs-vehiclekeys' then
            model = GetDisplayNameFromVehicleModel(GetEntityModel(vehicle))
            exports['qs-vehiclekeys']:GiveKeys(plate, model, true)
        elseif Config.VehicleSystem == 'wasabi-carlock' then
            exports.wasabi_carlock:GiveKey(plate)
        elseif Config.VehicleSystem == 'qb-vehiclekeys' then
            TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', plate)
        end
    end
end

Config.RemoveVehiclekey    = function(plate, model, vehicle)
    if Config.Removekeys then
        if Config.RemoveVehicleSystem == 'cd_garage' then
            TriggerServerEvent('cd_garage:RemovePersistentVehicles', exports['cd_garage']:GetPlate(vehicle))
        elseif Config.RemoveVehicleSystem == 'qs-vehiclekeys' then
            model = GetDisplayNameFromVehicleModel(GetEntityModel(vehicle))
            exports['qs-vehiclekeys']:RemoveKeys(plate, model)
        elseif Config.RemoveVehicleSystem == 'wasabi-carlock' then
            exports.wasabi_carlock:RemoveKey(plate)
        elseif Config.RemoveVehicleSystem == 'qb-vehiclekeys' then
            TriggerServerEvent('qb-vehiclekeys:client:RemoveKeys', plate)
        end
    end
end

Config.FuelSystem = "LegacyFuel"                      -- LegacyFuel / x-fuel

Config.SetVehicleFuel = function(vehicle, fuel_level) -- you can change LegacyFuel export if you use another fuel system
    if Config.FuelSystem == 'LegacyFuel' then
        return exports["LegacyFuel"]:SetFuel(vehicle, fuel_level)
    elseif Config.FuelSystem == 'x-fuel' then
        return exports["x-fuel"]:SetFuel(vehicle, fuel_level)
    else
        return SetVehicleFuelLevel(vehicle, fuel_level + 0.0)
    end
end

Config.NotificationText = {
    ['oxygen'] = {
        text = "Oxygen is over.",
        type = "errorNotify"
    },
    ['vehicleexist'] = {
        text = "No ship spawns because a ship is found",
        type = "errorNotify"
    },
    ['oxygenLow'] = {
        text = "Oxygen is low.",
        type = "infoNotify"
    },
    ['needoxygen'] = {
        text = "You need Oxygen",
        type = "errorNotify"
    },
    ['needoliftbag'] = {
        text = "You need liftbag",
        type = "errorNotify"
    },
    ['level1tube'] = {
        text = "You wear the tube level 1",
        type = "infoNotify"
    },
    ['level2tube'] = {
        text = "You wear the tube level 1",
        type = "infoNotify"
    },
    ['level3tube'] = {
        text = "You wear the tube level 1",
        type = "infoNotify"
    },
    ['requiredTube'] = {
        text = "You must wear the tube first",
        type = "errorNotify"
    },
    ['wearMask'] = {
        text = "You wear the mask",
        type = "infoNotify"
    },
    ['achordrop'] = {
        text = "Anchor dropped",
        type = "infoNotify"
    },
    ['achorpickeddrop'] = {
        text = "Anchor picked up",
        type = "infoNotify"
    },
    ['gotosite'] = {
        text = "Pick up the vehicle and go to the site",
        type = "infoNotify"
    },
    ['needKnife'] = {
        text = "You need a knife to open the suitcase",
        type = "infoNotify"
    },
    ['towedrope'] = {
        text = "The box is being towed by rope, please wait",
        type = "infoNotify"
    },
    ['needAnchor'] = {
        text = "You need to anchor the vehicle",
        type = "errorNotify"
    },
    ['pressanchor'] = {
        text = "Press /anchor to anchor the vehicle",
        type = "infoNotify"
    },

    ['notenoughitem'] = {
        text = "Not enough %s to sell.",
        type = "errorNotify"
    },
    ['lobbyfull'] = {
        text = "The lobby is full.",
        type = "succesNotify"
    },
    ['jobnotstarted'] = {
        text = "You have not started the job yet.",
        type = "errorNotify"
    },
    ['jobalreadystarted'] = {
        text = "You have already started the job.",
        type = "errorNotify"
    },
    ['maxlevel'] = {
        text = "You have reached the maximum level.",
        type = "errorNotify"
    },
    ['playeralreadyinlobby'] = {
        text = "You are already in the lobby.",
        type = "errorNotify"
    },
    ['missionnotselected'] = {
        text = "You have not selected a mission.",
        type = "errorNotify"
    },
    ['playerleftlobby'] = {
        text = "The mission is terminated because the lobbyist is out of the game.",
        type = "errorNotify"
    },
    ['deliverVehile'] = {
        text = "Deliver the vehicle",
        type = "infoNotify"
    },
    ['resetJob'] = {
        text = "You have reset the job.",
        type = "errorNotify"
    },
    ['notowner'] = {
        text = "You are not the owner of the vehicle.",
        type = "errorNotify"
    },
    
}

Config.RequiredXP = {
    [1] = 1000,
    [2] = 1500,
    [3] = 2000,
    [4] = 2500,
    [5] = 3000,
    [6] = 3500,
    [7] = 4000,
    [8] = 4500,
    [9] = 5000,
    [10] = 5500,
    [11] = 6000,
    [12] = 6500,
    [13] = 7000,
    [14] = 7500,
    [15] = 8000,
    [16] = 8500,
    [17] = 9000,
    [18] = 9500,
    [19] = 10000,
    [20] = 10500,
    [21] = 11000,
    [22] = 11500,
    [23] = 12000,
    [24] = 12500,
    [25] = 13000,
    [26] = 13500,
    [27] = 14000,
    [28] = 14500,
    [29] = 15000,
    [30] = 15500,
    [31] = 16000,
    [32] = 16500,
    [33] = 17000,
    [34] = 17500,
    [35] = 18000,
    [36] = 18500,
    [37] = 19000,
    [38] = 19500,
    [39] = 20000,
    [40] = 20500,
    [41] = 21000,
    [42] = 21500,
    [43] = 22000,
    [44] = 22500,
    [45] = 23000,
    [46] = 23500,
    [47] = 24000,
    [48] = 24500,
    [49] = 25000,
    [50] = 25500,
    [51] = 26500,
    [52] = 27500,
    [53] = 28500,
    [54] = 29500,
    [55] = 30500,
    [56] = 31500,
    [57] = 32500,
    [58] = 33500,
    [59] = 34500,
    [60] = 35500,
    [61] = 36500,
    [62] = 37500,
    [63] = 38500,
    [64] = 39500,
    [65] = 40500,
    [66] = 41500,
    [67] = 42500,
    [68] = 43500,
    [69] = 44500,
    [70] = 45500,

}

 

Bewertungen (1)

1 Bewertung für Diving Job Plus

  1. Franky

    An amazing job script

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

So installieren Sie

So installieren Sie Ressourcen

Durch die Installation von Mods auf FiveM können Sie Ihren Server mit einzigartigen Assets, Skripten, MLOs und anderen Verbesserungen anpassen. Hier finden Sie eine klare, detaillierte Anleitung zur Installation von Mods auf Ihrem FiveM-Server.


Schritt 1: Laden Sie den gewünschten Mod herunter

  1. Finde einen Mod: Beginnen Sie mit dem Durchsuchen von Websites, die FiveM-Mods anbieten, wie zum Beispiel fivem-mods.net, GTA5-Mods.com, oder Community-basierte Foren und Discord-Server. Sie können Mods auch aus Repositories wie GitHub oder von den persönlichen Websites der Skriptentwickler herunterladen.

  2. Überprüfen Sie die Kompatibilität: Stellen Sie sicher, dass der Mod, den Sie herunterladen, mit der von Ihnen verwendeten FiveM-Version kompatibel ist (insbesondere, wenn Sie bestimmte Frameworks verwenden wie QBCore oder ESX).

  3. Dateien herunterladen: Laden Sie die Mod-Dateien herunter, normalerweise komprimiert in einer .Reißverschluss oder .rar Dateiformat. Diese Dateien enthalten die erforderlichen Ressourcen für die Installation.


Schritt 2: Bereiten Sie Ihren Server vor

  1. Zugriff auf Ihre Serverdateien: Melden Sie sich beim Dateimanager Ihres FiveM-Servers an. Dies kann entweder über einen FTP-Client wie FileZilla oder über das Control Panel Ihres Hosting-Anbieters erfolgen.

  2. Erstellen Sie ein Backup: Bevor Sie Änderungen vornehmen, müssen Sie unbedingt Ihre Serverdateien sichern. So stellen Sie sicher, dass Sie Ihren Server wiederherstellen können, falls etwas schief geht.

  3. Suchen Sie den Ressourcenordner: Suchen Sie in Ihren Serverdateien nach Ressourcen Ordner. Hier werden alle Mods und Skripte installiert.


Schritt 3: Installieren Sie den Mod

  1. Extrahieren Sie die Dateien: Wenn sich der Mod in einer komprimierten Datei befindet, extrahieren Sie den Inhalt in einen Ordner auf Ihrem lokalen Computer.

  2. Laden Sie die Mod-Dateien hoch:

    • Verwenden Sie Ihren FTP-Client oder Dateimanager, um den extrahierten Ordner in das Ressourcen Ordner Ihres Servers.
    • Stellen Sie sicher, dass der Ordnername aussagekräftig ist, da Sie in der Serverkonfiguration darauf verweisen.
  3. Konfigurieren Sie den Server zum Laden des Mods:

    • Öffnen Sie die server.cfg Datei (zu finden im Hauptverzeichnis Ihres Servers).
    • Fügen Sie eine Zeile hinzu, um sicherzustellen, dass der Server den Mod lädt. Normalerweise sieht dies folgendermaßen aus:
      CSS
      sicherstellen [Mod_Name]
    • Wenn Sie beispielsweise einen Mod namens mein_Auto_Modwürden Sie hinzufügen:
      Rubin
      sicherstellen mein_Auto_Mod

Schritt 4: Abhängigkeiten einrichten (sofern vorhanden)

Einige Mods können Abhängigkeiten aufweisen, z. B. bestimmte Bibliotheken, Frameworks oder Ressourcen, die separat installiert werden müssen. Überprüfen Sie immer die Dokumentation des Mods auf solche Anforderungen.

  1. Abhängigkeiten installieren: Wenn der Mod zusätzliche Ressourcen benötigt, laden Sie diese herunter und installieren Sie sie im selben Ressourcen Ordner, und befolgen Sie dabei die gleichen Schritte wie in Schritt 3 beschrieben.

  2. Abhängigkeiten laden: Fügen Sie alle notwendigen Abhängigkeiten zu Ihrem server.cfg Datei, genau wie Sie es für den Hauptmod getan haben.


Schritt 5: Starten Sie den Server neu

  1. Starten Sie den Server neu: Sobald der Mod und seine Abhängigkeiten hochgeladen und konfiguriert wurden, starten Sie Ihren Server neu.
    • Sie können entweder die Neustart Schaltfläche in Ihrer Systemsteuerung oder starten Sie es manuell über einen FTP-Client oder einen Terminalbefehl neu.
  2. Überprüfen der Konsole: Überwachen Sie nach dem Neustart die Serverkonsole auf Fehlermeldungen. Wenn Sie Probleme im Zusammenhang mit dem Mod feststellen, lesen Sie die Dokumentation des Mods oder beheben Sie das Problem anhand der Fehlermeldung.

Schritt 6: Testen Sie den Mod im Spiel

  1. Treten Sie Ihrem Server bei: Öffnen Sie FiveM und verbinden Sie sich mit Ihrem Server, um den Mod zu testen.

  2. Auf Probleme prüfen: Testen Sie, ob der Mod wie erwartet funktioniert. Stellen Sie sicher, dass die neuen Funktionen, Fahrzeuge oder Skripte ordnungsgemäß geladen werden.


Schritt 7: Fehlerbehebung (falls erforderlich)

Wenn der Mod nicht wie erwartet funktioniert, müssen Sie möglicherweise Folgendes beheben:

  • Dateipfade prüfen: Stellen Sie sicher, dass sich alle Dateien in den richtigen Ordnern und Pfaden befinden.
  • Protokolle überprüfen: Suchen Sie in den Serverprotokollen nach Fehlern oder Konflikten.
  • Abhängigkeiten aktualisieren: Stellen Sie sicher, dass alle erforderlichen Abhängigkeiten korrekt installiert und auf dem neuesten Stand sind.
  • Mod-Kompatibilität: Überprüfen Sie, ob der Mod mit der Version von FiveM und anderen Mods, die Sie verwenden, kompatibel ist.

Abschließende Gedanken

Durch die Installation von Mods auf Ihrem FiveM-Server können Sie das Gameplay verbessern, den Spielern einzigartige Inhalte bieten und Ihren Server hervorstechen lassen. Denken Sie immer daran, Ihren Server zu sichern, bevor Sie Änderungen vornehmen, und achten Sie auf die Mod-Kompatibilität, um Konflikte zu vermeiden.

Indem Sie die oben beschriebenen Schritte befolgen, können Sie Mods einfach installieren und verwalten, um Ihr FiveM-Server-Erlebnis zu bereichern.

Mods, die das Rollenspiel erweitern

  • Geld-Zurück-Garantie: Wenn Sie nicht zufrieden sind, bieten wir Ihnen eine Rückerstattungsrichtlinie ohne Rückfragen an.
  • Exklusive Inhalte: Unsere Mods und Skripte werden professionell erstellt und sind exklusiv für unsere Plattform.
  • Von der Community geschätzt: Schließen Sie sich Tausenden von FiveM-Serverbesitzern an, die sich auf unsere Qualitätsressourcen verlassen.
  • Hochwertiges Design: Erstellt mit optimierten Codierungsverfahren für erstklassige Leistung.
  • Nahtlose Integration: Einfache Installation und Ausführung auf jedem FiveM-Server ohne Kompatibilitätsprobleme.
  • Anpassbare Optionen: Passen Sie Einstellungen und Funktionen an den individuellen Stil Ihres Servers an.
  • Optimierte Leistung: Getestet, um minimalen Ressourcenverbrauch und maximale Effizienz sicherzustellen.
  • Lebenslange Updates: Bleiben Sie auf dem Laufenden mit laufenden Updates und Verbesserungen, die ohne zusätzliche Kosten enthalten sind.