NeedForScript
  • 🚀Getting Started
    • 🍿Welcome to NeedForScript
    • ❓Quick Setup Guide
  • 🔥Our Scripts
    • 💲Banking Script
      • 🧠Installation
      • ⚙️Configuration
    • 📑Billing Script
      • 🧠Installation
      • ⚙️Configuration
    • 🚗Garage Script
      • 🧠Installation
      • ⚙️Configuration
    • 🧑‍🔧Customs
      • 🧠Installation
      • ⚙️Configuration
Powered by GitBook
On this page
  • Prerequisites
  • 📦 Installation Steps
  • Need Help?
  • ✅ Installation Checklist
  1. Our Scripts
  2. Garage Script

Installation

PreviousGarage ScriptNextConfiguration

Last updated 6 days ago

Prerequisites

Before installing the N4S Garage Script, ensure you have the following dependencies:

Required Dependencies

📦

🌉


📦 Installation Steps

1. Dependencies Installation

  • Install

  • Install

  • Ensure your framework is up to date

2. Database Setup (Optional - Auto Executed by us)

📃 SQL Table

Execute the following SQL queries in your database:

CREATE TABLE IF NOT EXISTS `nfs_garages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` char(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `style` char(50) DEFAULT NULL,
  `owner` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `coords` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

🚨 Important Notes

  • Ensure your database user has permissions to create and modify tables

  • Backup your database before installation

  • Run these queries in your server's database

3. Script Installation

  1. Download the N4S Garage Script from your keymaster granted assets

  2. Place in your resources folder

  3. Add to your server.cfg or resources.cfg

  4. Add bl_bridge convars to your server.cfg with your server options

# Frameworks 'ox' | 'qb' | 'esx' | 'qbx'
setr bl:framework 'qb'

# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'qs' | 'origen' | 'none'
setr bl:inventory 'ox'

# Context 'ox' | 'qb'
setr bl:context 'ox'

# Target 'ox' | 'qb'
setr bl:target 'ox'

# Progress 'ox' | 'qb'
setr bl:progressbar 'ox'

# Radial 'ox' | 'qb'
setr bl:radial 'ox'

# Notification 'ox' | 'qb' | 'esx'
setr bl:notify 'ox'

# TextUI 'ox' | 'qb' | 'esx'
setr bl:textui 'ox'

Need Help?

  • Review the comprehensive documentation


✅ Installation Checklist

Check our

ox_lib
bl_bridge
ox_lib
bl_bridge
Discord support channel
🔥
🚗
🧠
Page cover image