🧠 Lab Pet V3 Installation Guide
Installation Steps
- Download the Script
- Obtain the script from your designated source.
- Resource Folder Setup
- Drag and drop the downloaded folder into your
resources
directory. Ensure the folder is namedlab-petv3
.
- Drag and drop the downloaded folder into your
- Server Configuration
- Open your
server.cfg
file and add the line:ensure lab-petv3
.
- Open your
- SQL Database
- Make sure to insert the necessary SQL files to set up the database.
- Add Images to Inventory
- Place the required images in your inventory images folder, for example:
qb-inventory\html\images
.
- Place the required images in your inventory images folder, for example:
- Add Items to QBcore
- Add the following items to your
shared/items.lua
file:
- Add the following items to your
[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”][code]pethealth = { name = ‘pethealth’, label = ‘Pet Health’, weight = 0, type = ‘item’, image = ‘pethealth.png’, unique = true, useable = false, shouldClose = false, combinable = nil, description = ‘Pet Health’ },
petfood = { name = ‘petfood’, label = ‘Pet Food’, weight = 0, type = ‘item’, image = ‘petfood.png’, unique = true, useable = false, shouldClose = false, combinable = nil, description = ‘Pet Food’ },
petthirst = { name = ‘petthirst’, label = ‘Pet Thirst’, weight = 0, type = ‘item’, image = ‘health3.png’, unique = true, useable = false, shouldClose = false, combinable = nil, description = ‘Pet Thirst’ },
petball = { name = ‘petball’, label = ‘Pet Ball’, weight = 0, type = ‘item’, image = ‘toys3.png’, unique = true, useable = false, shouldClose = false, combinable = nil, description = ‘Pet Ball’ },
petrope = { name = ‘petrope’, label = ‘Pet Rope’, weight = 0, type = ‘item’, image = ‘toys2.png’, unique = true, useable = false, shouldClose = false, combinable = nil, description = ‘Pet Rope’ },
[/code]
Download the map: https://github.com/BaziForYou/petshop_map-fivem
Follow these steps to successfully install and configure Lab Pet V3 on your server.
[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]
Reviews
There are no reviews yet.