Brutal Scripts
YouTubeDiscordStore
  • 🙉About Us
  • ↗️Translate
  • Informations
    • 🔒Escrow System
    • 🔥Common Problems
  • Scripts
    • 📄Notify
      • Accessible files
      • Installation guide
    • 🔠Text-UI
      • Installation guide
      • Exports & How to use
      • Integrations
    • 🤟Gangs
      • Accessible files
      • Installation guide
      • exports / triggers
      • Create a new gang
    • 🏡Housing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔑Keys
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💥Gang Actions
      • Accessible files
      • Installation guide
      • exports / triggers
      • Controlling the menu
    • ⭕Radial
      • Accessible files
      • Installation guide
      • Adding new buttons
    • 🎯Executions
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🐶Pets + K9 V2
      • Accessible files
      • Installation guide
    • 👮Police Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🚑Ambulance Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔧Mechanic Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💪GYM with Skills V2
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔫Paintball
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🥊Boxing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔨Crafting
      • Accessible files
      • Installation guide
      • Creating a new crafting table
    • 🏦Banking
      • Accessible files
      • Installation guide
      • Paycheck transactions
      • Registering transactions
    • 🎳Bowling
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🦌Hunting
      • Accessible files
      • Installation guide
    • 🏁Racing Script
      • Accessible files
      • Installation guide
    • 🐛Reports
      • Accessible files
      • Installation guide
    • 🛒Shop Robbery
      • Accessible files
      • Installation guide
    • 🛥️Yacht Heist
      • Accessible files
      • Installation guide
    • 🧾Billing
      • Accessible files
      • Installation guide
      • Triggers
    • 💰Truck Robbery
      • Accessible files
      • Installation guide
    • 🏧Atm Robbery
      • Accessible files
      • Installation guide
    • 👶Baby script
      • Installation guide
      • How to add more babys
  • Others
    • Register Key Mapping
    • Drill Minigame
    • Discord Webhook
Powered by GitBook
On this page
  • Script download: Click here
  • SQL.
  • Create the items.
  • ESX
  • QBCORE
  • Items images
  • Check the config file.

Was this helpful?

  1. Scripts
  2. Baby script

Installation guide

PreviousBaby scriptNextHow to add more babys

Last updated 1 year ago

Was this helpful?

Script download:

  • Download the script and unpack the folder.

  • Put the script folder to your server.

  • Start the script in the server.cfg. (ensure brutal_babys)

  • Restart your server!! (And you get permission to use the script)

SQL.

The script will automatically upload the SQL, when you start the script.

Create the items.

ESX

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('baby_water', 'Baby Water', 1, 0, 1),
('baby_food', 'Baby Food', 1, 0, 1),
('baby_medikit', 'Baby Medikit', 1, 0, 1);

QBCORE

['baby_water'] 			 		 = {['name'] = 'baby_water', 						['label'] = 'Baby Water', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'baby_water.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Baby Water'},
['baby_food'] 			 			 = {['name'] = 'baby_food', 							['label'] = 'Baby Food', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'baby_food.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Baby Food'},
['baby_medikit'] 					 = {['name'] = 'baby_medikit', 						['label'] = 'Baby Medikit', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'baby_medikit.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Baby Medikit'},

Items images

Check the config file.

  • Target = '3dtext', -- '3dtext' / 'oxtarget' / 'qb-target'

  • ETC.

👶
Click here
103KB
icons.zip
archive