Product Image
Jump to content
👑
Loja VIP

Find Mods & Resources Fivem

Select a category for targeted search
Scripts Carros Roupas MLOs/Maps HUD Inventário Painel ADM Scripts FIVEMDEV +
  • Welcome to FiveMDEV! A maior comunidade FIVEM do Brasil!

    Welcome to FiveMDEV! A maior comunidade FIVEM do Brasil!, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of FiveMDEV! A maior comunidade FIVEM do Brasil! by signing in or creating an account.

    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    Welcome and enjoy the community! 😊

     
     
    0:00

PET SHOP SYSTEM PARA GTA RP FIVEM

   (0 reviews)

1 Screenshot

PET SHOP SYSTEM PARA GTA RP FIVEM

Tutorial de instalação na aba ao lado

Tutorial do próprio autor

• Baixe o script e coloque-o na pasta [resource].
• Baixe qb-target & qb-input & qb-menu (se você não tiver) e coloque-o na pasta [resource] ou [standalone]. (não importa muito) Adicione o seguinte código ao seu server.cfg/resouces.cfg

ensure qb-target
ensure qb-menu
ensure qb-input
ensure nc-petshop

Dependências:

qb-target

qb-input

qb-menu

SQL - IMPORTANTE

CREATE TABLE IF NOT EXISTS `pets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `owner` varchar(60) DEFAULT NULL,
  `modelname` varchar(250) DEFAULT NULL,
  `health` tinyint(4) NOT NULL DEFAULT 100,
  `illnesses` varchar(60) NOT NULL DEFAULT 'none',
  `name` varchar(255) DEFAULT 'Pet',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

Coloque essas linhas em seu core -> shared -> items.lua

["petfood"] 						= {["name"] = "petfood",					["label"] = "Pet Food",				["weight"] = 500,		["type"] = "item",		["image"] = "petfood.png",		["unique"] = false, 	["useable"] = false,	["shouldClose"] = false,	["combinable"] = nil,	["description"] = "Food" },
["tennisball"] 						= {["name"] = "tennisball",					["label"] = "Tennis Ball",				["weight"] = 500,		["type"] = "item",		["image"] = "tennisball.png",		["unique"] = false, 	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	["description"] = "Food" },

 

Para pegar o mapa que aparece na foto: CLIQUE AQUI


User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information

Esse website utiliza Cookies, se continuar navegando você concordar na usabilidade.

 

595067.png

Adblock Detected

To access our website, you need to disable Adblock and avoid using Incognito mode.

Disable Adblock