[RELEASE] Aircraft shop with garage

Hello!

Here I present to you a resource that allows players to buy/sell & store planes!

This script was originally made by @Plysken_Rayder but I have ported it over to FX with his permission:

Capture

This isn’t just a port it’s had some modifications done to the notification system and how it stores planes.

REQUIRMENTS:
EssentialMode: Latest
FX-Server: Latest

If you have any issues feel free to drop a comment below and I will look into it.

THIS WILL NOT WORK FOR ESX! DO NOT ASK ME FOR ESX HELP.

INSTALLATION:
All the usual stuff.
Import the .sql that’s withing the folder.

Download: ply_hangers.rar (10.6 KB)

Images

Capture

20190308140403_1 20190308140506_1

Much love,
British.

2 Likes

image

Works fine for me?

Do you have WinRar or 7zip?

it works thanks

My source for mysql does not work

CREATE TABLE IF NOT EXISTS `user_plane` (
  `id` int(11) AUTO_INCREMENT,
  `identifier` varchar(255) NOT NULL,
  `plane_name` varchar(255) DEFAULT NULL,
  `plane_model` varchar(255) DEFAULT NULL,
  `plane_price` int(60) DEFAULT NULL,
  `plane_plate` varchar(255) DEFAULT NULL,
  `plane_state` varchar(255) DEFAULT NULL,
  `plane_colorprimary` varchar(255) DEFAULT NULL,
  `plane_colorsecondary` varchar(255) DEFAULT NULL,
  `plane_pearlescentcolor` varchar(255) DEFAULT NULL,
  `plane_wheelcolor` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

ALTER TABLE `user_plane` ADD UNIQUE KEY `plane_plate` (`plane_plate`);

ERR No table “essentialmode.users” Is there a missing dependency?

I have installed Essentialmode correctly.

Import the needed .sql files to your database. It will fix the error and makes a table users.

[Release] EssentialMode base has the sql file in their .rar file!