Vehicle Shop (DebuX) (QB/ESX) Ursprünglicher Preis war: $38.99Aktueller Preis ist: $27.99.
Back to products
[ESX/QB] VMS_tattooshop - ADVANCED TATTOO SHOPS Ursprünglicher Preis war: $26.99Aktueller Preis ist: $19.99.

Lab Pet System

Ursprünglicher Preis war: $60.99Aktueller Preis ist: $36.99.

  1. When you adopt your pet, you can decide how fast it will get hungry/thirsty or how you want it to be in terms of gender, age, etc.

  1. As your pet grows older, the commands it can execute can be unlocked (you can do this through configuration or create a command yourself and set the age)

  1. The aging of your pet is time-dependent (at your discretion)

  1. You can change the appearance and name of your pet on the card as you wish.

  1. You can tie a string to your pet and make it listen to you when it is not listening to you

  1. After a certain level (determined by you) you can make certain pets attack a person etc. (depending on the relationship between you)

  1. Pets will automatically spawn in the last position when the server is started, if they have 0 health they will spawn dead and if you turn on “PermantlyDie” in Config, your pet will unfortunately disappear as soon as it dies.

  1. In short, everything is in your hands, you can organize it as you wish, you can spend time with your close friend who will be as you wish :slight_smile:

 

Newest version here

$ USD
  • $ USD
  • € EUR
  • £ GBP
  • $ AUD
  • R$ BRL
  • CHF CHF
  • ¥ JPY
  • Instant Download
  • Satisfaction Guarantee
  • 100% Open Source
  • Works out-of-the-box
Beschreibung
https://www.youtube.com/watch?v=I-3GS2ITKjM

Config

PET = {
    -- "/petinfo" to turn off the part that comes up when you approach pets.
    debugMode = false, -- Certain prints are turned on, if you don't understand this you don't need to turn it on at all, it's here to help us understand where the error is when the script has problems.
    -- 
    petInfoCommand = "petinfo", -- Command used to turn off the pet's on-screen infos
    showPetCommand = "showmyPets", -- Blip showing the location of the pet
    -- 
    DefaultPetIMG = "https://cdn.discordapp.com/attachments/919180635388653618/1035353250242777138/pet-logo-design-paw-vector-animal-shop-business_53876-136741.webp",
    DefaultPetName = "Amazing Pets", -- if the name is "", the system will automatically fill it with the one here.
    -- Pet Shop area
    petBuyCoords = vector3(-1368.35, 56.31, 53.7), -- purchase marker part of the pet
    petShowCoords = vector4(-1366.09,56.68,54.1,119.19),-- Where to spawn when in the pet purchase menu
    -- SQL 
    Mysql = "oxmysql",
    --NEEDS SYSETM
    petHealFillItem = "pethealth", -- the pad's full of health, hunger and thirst remain as they are.
    petHealFillAmount = 97, -- How much to fill when used --max 97

    petHungryFillItem = "petfood", -- item to fill pet's hunger
    petHungryFillAmount = 97,  -- How much to fill when used --max 97

    petThirstFillItem = "petthirst", -- item to fill pet's thirst
    petThirstFillAmount = 50, -- How much to fill when used --max 97
    -- DEADTH SIDE
    PermanentlyDie = false, -- if "true", the pet will be directly deleted when it dies and will never come back.
    -- UPTADES
    UpdateAnimInterval = 0, -- If the pad is going into animation, like dying, etc., how many seconds will it be checked?
    UpdateInterval = 1, -- "1minutes" will update all pets' death, hunger, thirst, location and many other updates every 1 minute (it will be good to do this in a short time to live without problems).
    UpdateXPInterval = 10, -- "1minutes" Every 1 minute all pets will gain a set amount of xp.
    LevelingDifficulty = 20,--% Indicates the health starvation value that the pet will have directly when you buy it the difficulty to level up in [ % ]  
    --
    lossOfLife_hungry = 3, -- Selects how many lives to take when Hunger drops to 0.
    lossOfLife_thirst = 1, -- Selects how many lives to take when Thirst drops to 0.
    --
    earnXPAmount = 10, -- "UpdateXPInterval" time during which all pets will gain +1 xp for the specified amount of time
    --
    NotificationInScript = true, -- If this is "true" you will use the script's own notify system.
    Notification = function(text, inform) -- You can put your own notify text here
        
    end,
    PetMiniMap = { showblip = true, sprite = 442, colour = 2, shortRange = false },
    -- ROPE SIDE
    ropeLength = 4, -- How long the towing rope should be (in meters) I highly recommend keeping it between 6 and 10 meters
    ropeItem = "petrope",
    -- Ball
    petBallItem = "petball",

    --Pet Attack
    chaseDistance = 50.0,
    chaseIndicator = true, -- huge marker on hunted target head
    petAttackKeyCode = 49, --https://docs.fivem.net/docs/game-references/controls/
    petAttackKeyCodeDisplay = "PRESS ~g~F~w~ TO ATTACK TARGET", --Displaying Text
    -- PET Interact
    petInteractKeyCode = 38, -- [ E ] https://docs.fivem.net/docs/game-references/controls/
    -- Random animations
    RandomAnim = {
        ["dog"] = {
            -- {
            --     animName = "creatures@rottweiler@amb@",
            --     animID = "hump_loop_chop" 
            -- },
            {
                animName = "creatures@rottweiler@amb@world_dog_sitting@idle_a",
                animID = "idle_b" 
            },
            {
                animName = "creatures@rottweiler@amb@world_dog_barking@idle_a",
                animID = "idle_a" 
            },
            {
                animName = "creatures@rottweiler@amb@sleep_in_kennel@",
                animID = "sleep_in_kennel" 
            }, 
            
        },
        ["cat"] = {
            {
                animName = "creatures@cat@amb@world_cat_sleeping_ground@base",
                animID = "base" 
            }, 
            {
                animName = "creatures@cat@amb@world_cat_sleeping_ledge@base",
                animID = "base" 
            }, 
            -- {
            --     animName = "creatures@cat@step",
            --     animID = "step_lft" 
            -- }, 
            
        },
        ["bird"] = {
            {
                animName = "creatures@chickenhawk@amb@world_chickenhawk_feeding@base",
                animID = "base" 
            }, 
            {
                animName = "creatures@cormorant@amb@world_cormorant_standing@base",
                animID = "base" 
            },   
        },
        ["coguar"] = {
            { -- rest
                animName = "creatures@cougar@amb@world_cougar_rest@idle_a",
                animID = "idle_a" 
            }, 
            { -- getup
                animName = "creatures@cougar@getup",
                animID = "idle_a" 
            },   
        }  
    },
    --

    --[[ 
        petTexureID  => {
            Rottweiler => Hiç Rengi yok
            Shepherd => {
                [0] : Basic,
                [1] : White and black,
                [2] : Brown,
            } 
            Husky => {
                [0] : Basic,
                [1] : Gold Brown,
                [2] : White, 
            }
            Retriever => {
                [0] : Basic,
                [1] : Black,
                [2] : White Gold, 
                [3] : Brown, 
            }
            Cat => {
                [0] : Basic,
                [1] :  White And Black,
                [2] : Brown- like a redhead :D, 
            }
        }

    ]]
    
    AvailablePets = {
        {
            price = 1,
            hungryRatio = 30, --% When you buy the pet, it will directly indicate the health hunger value of the pet. 
            thirstRatio = 80, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 70, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 90, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
 
            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            petName = "Rottweiler",
            petLabel = "The Rottweiler is one of the oldest known dog breeds,[1] dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan.",
            petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974691810082896/domestic-dog_thumb_4x3.webp",
            pedHash = "a_c_chop",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "F", -- Pet'in cinsiyeti "M ya da F" tarzında olacaktır M = male   F = female
            petLevel = 5, -- Pet'i satın aldığınız zaman otomatik olarak olacak olan leveli
            petBoughtAnim = true, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        },    
        {
            price = 1,
            hungryRatio = 30, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 80, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 70, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 90, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
 
            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            petName = "Popu",
            petLabel = "The Rottweiler is one of the oldest known dog breeds,[1] dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan..",
            petIMG = "",
            pedHash = "a_c_westy",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "F",
            petLevel = 5,
            petBoughtAnim = false, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        }, 
        {
            price = 2,
            hungryRatio = 10, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 20, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 50, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 98, --% When you buy the pet, it will directly indicate the health hunger value of the pet.

            hungryDecrase = 5, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 5, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            
            petName = "Retriever",
            petLabel = "Golden Retriever, dog breed. It originated in Scotland around the 19th century and was used as an aid in hunting activities at that time.",
            petIMG = "https://cdn.discordapp.com/attachments/697541709713899545/1050974692388900954/unnamed.png",
            pedHash = "a_c_retriever",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.s
            petGender = "M",
            petBoughtAnim = true, -- With or without a purchase animation?
            petLevel = 10,
            listOf = "dog", -- which list to be on
        },  
        {
            price = 1,
            hungryRatio = 30, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 80, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 70, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 90, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
 
            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            petName = "Pug",
            petLabel = "The Rottweiler is one of the oldest known dog breeds,[1] dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan..",
            petIMG = "",
            pedHash = "a_c_pug",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "F",
            petLevel = 5,
            petBoughtAnim = false, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        },       
        {
            price = 1,
            hungryRatio = 30, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 80, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 70, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 90, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
 
            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            petName = "Poodle",
            petLabel = "The Rottweiler is one of the oldest known dog breeds,[1] dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the herds of the Roman armies crossing the alpine mountains and protected the people in the caravan..",
            petIMG = "",
            pedHash = "a_c_poodle",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "F",
            petLevel = 5,
            petBoughtAnim = false, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        },     
        
        {
            price = 1,
            hungryRatio = 30, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 80, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 70, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 90, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
 
            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            petName = "shepherd",
            petLabel = "The shepherd dog breed is one of the oldest known dog breeds,[1] dating back to the Roman Empire. With their herding and guarding characteristics, they have been the helpers of people in many matters. It is even recognized as the breed that led the flocks of the Roman armies crossing the Alpine mountains and protected the people in the caravan.",
            petIMG = "",
            pedHash = "a_c_shepherd",
            petTexureID = 2, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "F",
            petLevel = 5,
            petBoughtAnim = true, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        },
        {
            price = 2,
            hungryRatio = 10, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 20, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 50, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 98, --% When you buy the pet, it will directly indicate the health hunger value of the pet.

            hungryDecrase = 5, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 5, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20
            
            petName = "Rootti",
            petLabel = "Canis is a genus of mammals in the canine family, which includes dogs, coyotes and most wolves. Species in this genus are characterized by their medium to large size, large and well-developed skulls and dentition, long legs, and relatively short ears and wings..",
            petIMG = "",
            pedHash = "a_c_husky",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.
            petGender = "M",
            petLevel = 10,
            petBoughtAnim = true, -- With or without a purchase animation?
            listOf = "dog", -- which list to be on
        },    
        {
            price = 1,
            -- ped'i satın aldığınız zaman otomatik olarak gelecek olan değerler
            hungryRatio = 10, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            thirstRatio = 20, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            energyRatio = 50, --% When you buy the pet, it will directly indicate the health hunger value of the pet.
            healthRatio = 98, --% When you buy the pet, it will directly indicate the health hunger value of the pet.

            hungryDecrase = 1, -- When the pet is updated it will go " -1 ", example => Hunger level 40, "the number you specify" in the specified time interval - 40
            thirstDecrase = 1, -- When the pet is updated it will go " -1 ", example => Thirst level 20, At the set time interval "the number you specify" - 20

            petName = "Catty",
            petLabel = "Domestic cat, small, usually hairy, domesticated, carnivorous mammal. Usually kept as pets, they are called house cats, or simply cats if it is not necessary to distinguish them from other felines and small cats. People value the companionship of cats and their ability to hunt vermin and household pests.",
            petIMG = "",
            pedHash = "a_c_cat_01",
            petTexureID = 0, -- Pet TexureID > decides what color your pet will be so that it doesn't change color all the time or can have different colors.s
            petGender = "M",
            petBoughtAnim = true, -- With or without a purchase animation?
            petLevel = 10,
            listOf = "cat", -- which list to be on
        },  
    },
    --ORDER
    Orders = { -- In this section you can edit the orders that come directly to the pet, you can add different commands if you want.

        -- DOG
        {
            label = "FOLLOW",
            listOf = "dog", -- if he's a dog, his action
            args = "lab-pet:client:followOwner", -- In the 1st list of arguments that come with the content of the pet system, there is "Animal Type", i.e. cat or dog, and the 2nd argument is the networkID of the animal, so the first two functions will be filled with whatever you type here.
            level = 0, -- at what level it can be applied
        },
        {
            label = "SIT",
            listOf = "dog", -- if he's a dog, his action
            args = "lab-pet:client:sit",
            level = 15, -- at what level it can be applied
        },
        {
            label = "GET UP",
            listOf = "dog", -- if he's a dog, his action
            args = "lab-pet:client:getup",
            level = 15, -- at what level it can be applied
        },
        {
            label = "SLEEP",
            listOf = "dog", -- if he's a dog, his action
            args = "lab-pet:client:sleep",
            level = 15, -- at what level it can be applied
        },
        {
            label = "ATTACK",
            listOf = "dog", -- if he's a dog, his action
            args = "lab-pet:client:attack",
            level = 15, -- at what level it can be applied
        },

        --Cat 
        {
            label = "FOLLOW",
            listOf = "cat", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:followOwner",
            level = 0, -- at what level it can be applied
        },
        {
            label = "SIT",
            listOf = "cat", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:sit",
            level = 15, -- at what level it can be applied
        },
        {
            label = "GET UP",
            listOf = "cat", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:getup",
            level = 15, -- at what level it can be applied
        },
        {
            label = "GET INTO CAR",
            listOf = "dog", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:getIntoCar",
            level = 0, -- at what level it can be applied
        },
        {
            label = "GET OFF THE CAR",
            listOf = "dog", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:getOutCar",
            level = 0, -- at what level it can be applied
        },
        {
            label = "GET INTO CAR",
            listOf = "cat", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:getIntoCar",
            level = 0, -- at what level it can be applied
        },
        {
            label = "GET OFF THE CAR",
            listOf = "cat", -- eğer ki kedi ise yapacağı eylem
            args = "lab-pet:client:getOutCar",
            level = 0, -- at what level it can be applied
        },
    },
    OrderAnim = {
        ["dog"] = {
            ["sex"] = {
                animName = "creatures@rottweiler@amb@",
                animID = "hump_loop_chop" 
            },
            ["sit"] = {
                animName = "creatures@rottweiler@amb@world_dog_sitting@idle_a",
                animID = "idle_b" 
            },
            ["bark"] = {
                animName = "creatures@rottweiler@amb@world_dog_barking@idle_a",
                animID = "idle_a" 
            },
            ["sleep"] = {
                animName = "creatures@rottweiler@amb@sleep_in_kennel@",
                animID = "sleep_in_kennel" 
            }, 
            ["getup"] = {
                animName = "creatures@rottweiler@amb@world_dog_sitting@exit",
                animID = "exit"
            }
            
        },
        ["cat"] = {
            ["sleep"] = {
                animName = "creatures@cat@amb@world_cat_sleeping_ground@base",
                animID = "base" 
            }, 
            ["getup"] = {
                animName = "creatures@cat@getup",
                animID = "getup_l" 
            },     
            ["sit"] = {
                animName = "creatures@cat@amb@world_cat_sleeping_ledge@base",
                animID = "base" 
            },       
        },
        -- ["bird"] = {
        --     {
        --         animName = "creatures@chickenhawk@amb@world_chickenhawk_feeding@base",
        --         animID = "base" 
        --     }, 
        --     {
        --         animName = "creatures@cormorant@amb@world_cormorant_standing@base",
        --         animID = "base" 
        --     },   
        -- }
    },
    
}
Reviews (0)

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

How to install

Slap Mods onto Your FiveM Server Like a Pro

Alright, listen up, you want to get those sweet mods onto your FiveM server, right?Tired of the same old boring server and want to spice things up with custom cars, scripts, or maps?Let's get this sorted.Installing mods on FiveM is how you level up your server from basic to banging.It's easier than you think, even if you're not a tech wizard.This guide will walk you through it step by step, no jargon, just straight-up instructions to get your server looking and playing exactly how you want.

Step 1: Snag Your Mod - Find the Goodies

First things first, you need to find the mods you actually want.Think of it like going shopping, but for your server.
  1. Hit up the usual spots: Websites like fivem-mods.net, GTA5-Mods.com are goldmines. Loads of creators post their work there.
  2. Community is key: Don't sleep on forums and Discord servers. You'll find hidden gems and get recommendations from other server owners.
  3. GitHub & Dev Sites: For more unique scripts, check out GitHub or the developers' own websites. Sometimes the best stuff is off the beaten path.
Pro Tip: Double-check the mod is actually gonna work with your server version, especially if you're running frameworks like QBCore or ESX. Compatibility is king.Once you've found your treasure, download the files. They'll usually be in a .zip or .rar file.

Step 2: Server Prep - Get Ready to Rumble

Right, time to get into the server's guts. Don't panic, it's not brain surgery.
  1. Access your server files: You'll need to log into your server's file manager. This is usually through an FTP client like FileZilla or your hosting provider's control panel.
  2. BACK IT UP, fam: Seriously, before you change anything, make a backup of your server files. If you mess something up (and we all do sometimes), you can just restore it and pretend it never happened.
  3. Find the 'resources' folder: This is your mod garage. It's where all the magic happens. Dig around in your server files and locate the resources folder.

Step 3: Mod Installation - Drop It In

Now for the main event - getting that mod live.
  1. Extract the files: If your mod is zipped up, unzip it to a folder on your computer.
  2. Upload to the 'resources' folder: Use your FTP client or file manager to drag and drop (upload) the extracted mod folder into the resources folder on your server.
    • Folder name matters: Make sure the folder name is something you'll recognise later, you'll need it for server config.
  3. Tell your server to load the mod: This is the server.cfg bit.
    • Open your server.cfg file. It’s in the main directory of your server.
    • Add a line like this: ensure [mod_name]
    • Replace [mod_name] with the actual name of your mod folder.
    • Example: If your mod folder is called sick_drift_car, you'd add ensure sick_drift_car.
ensure [mod_name]
ensure my_car_mod

Step 4: Dependencies - The Extras You Might Need

Sometimes, mods are a bit needy and require extra bits and bobs to work. Dependencies, they're called.
  1. Check the mod's info: The mod creator should tell you if there are any dependencies. Read the documentation!
  2. Install dependencies: If there are dependencies, download them and install them in the same resources folder, just like you did with the main mod in Step 3.
  3. Load dependencies too: You'll also need to add ensure [dependency_name] lines in your server.cfg file for each dependency, above the ensure [mod_name] line for your main mod.

Step 5: Server Restart - Fire It Up

Time to reboot and see if it all works.
  1. Restart your server: Use the 'Restart' button in your control panel or restart it manually if you're old school.
  2. Watch the console: Keep an eye on your server console after restart. Any red text or error messages? If so, check the mod's docs or Google the error.

Step 6: In-Game Test - Does It Bang?

Get in the game and see if your mod is doing its thing.
  1. Join your server: Fire up FiveM and connect to your server.
  2. Test it out: Does the mod work as expected? New car there? Script doing its job? Map looking fresh?

Step 7: Troubleshooting - When Things Go Wrong

Sometimes things don't go to plan. Don't sweat it, happens to the best of us.
  • Check file paths: Are your files in the right folders? Double-check everything.
  • Review server logs: Server logs are your friend. They tell you if anything went wrong.
  • Update dependencies: Are your dependencies up to date? Outdated ones can cause issues.
  • Compatibility check again: Is the mod actually compatible with your FiveM version and other mods? Conflicts happen.

FAQs - Your Burning Questions Answered

Q: Where do I find good FiveM mods?
A: Websites like fivem-mods.net and GTA5-Mods.com are great starting points. Community forums and Discord servers are also goldmines.
Q: What's 'server.cfg' and why do I need to mess with it?
A: server.cfg is your server's brain. It tells your server what to load and how to behave. You need to edit it to tell your server to load your new mods.
Q: What if the mod doesn't work after installing?
A: Troubleshooting time! Check file paths, server logs, dependencies, and mod compatibility (as mentioned in Step 7). Google is your friend too!
Q: Do I need to restart my whole server every time I install a mod?
A: Yep, you do. Restarting the server makes it reload all the resources, including your newly installed mod.
Q: Can mods break my server?
A: Potentially, if they're poorly made or incompatible. Always download mods from trusted sources and back up your server before installing anything new.

Final Word - Mod Like a Boss

See? Installing mods on your FiveM server isn't rocket science.It's all about following the steps, being a bit careful, and not being afraid to experiment.Get out there, find some killer mods, and make your FiveM server the envy of everyone. Happy modding!

Mods that will extend Roleplay

  • Money-Back Guarantee: If you're not satisfied, we've got you covered with a no-questions-asked refund policy.
  • Exclusive Content: Our mods and scripts are professionally crafted and exclusive to our platform.
  • Trusted by the Community: Join thousands of FiveM server owners who rely on us for quality resources.
  • High-Quality Design: Built with optimized coding practices for top-tier performance.
  • Seamless Integration: Easily install and run on any FiveM server without compatibility issues.
  • Customizable Options: Adjust settings and features to fit your server's unique style.
  • Optimized Performance: Tested to ensure minimal resource usage and maximum efficiency.
  • Lifetime Updates: Stay ahead with ongoing updates and improvements included at no extra cost.