xscripts docs
  • X Auction
    • Installation
  • X Burgershot
    • Installation
  • X LOCKPICK SYSTEM
    • Installation
  • X CAR HEIST
    • Installation
  • X Car Plate Scratch
    • Installation
  • X BRAKE CUTTER
    • Installation
  • X BANK LOAN
    • Installation
  • X NOTIFY
    • Installation
  • X NOTIFY V2
    • Installation
Powered by GitBook
On this page
  • And you are good to go!
  1. X Auction

Installation

Installation

Insert the sql file in your folder or just copy and paste it.

CREATE TABLE IF NOT EXISTS car_auctions ( id int(11) NOT NULL AUTO_INCREMENT, owner varchar(64) NOT NULL, vehicle longtext NOT NULL, price int(11) NOT NULL, plate varchar(20) DEFAULT NULL, description varchar(255) DEFAULT NULL, PRIMARY KEY (id) )

And you are good to go!

NextInstallation

Last updated 10 months ago

Page cover image