💻
DevM
  • Home
  • Fraud V2
    • Installation
      • ox_inventory
      • qb-inventory
      • qs-inventory
    • Note for QBOX
    • Common Issues
  • Fraud
    • Installation
      • ox_inventory
      • qs-inventory
      • qb-inventory
    • Common Issues
  • Snatchables
    • Installation
  • Process Drugs
    • Installation
  • Parking
    • Installation
  • EBT Card
    • Installation
    • Common Issues
  • Lacing
    • Installation
  • Bridge
    • Client-Side
    • Server-Side
Powered by GitBook
On this page
  1. Parking

Installation

  1. Run this SQL

ALTER TABLE `owned_vehicles`
ADD COLUMN IF NOT EXISTS `coords` varchar(150) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `heading` varchar(50) DEFAULT NULL,
ADD COLUMN IF NOT EXISTS `impound` tinyint(4) NOT NULL DEFAULT 0,
ADD COLUMN IF NOT EXISTS `parking` varchar(60) DEFAULT NULL;
  1. Enjoy the script!

PreviousParkingNextEBT Card

Last updated 11 months ago