hailjake / Apartments

FiveM script made by Madriax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apartments

Apartments

FiveM script for Apartments

Key FeaturesPrerequisitesInstallationUsageContributionMembersLicense

Key Features

  • You can visit apartments that haven't been purchased yet
  • Buy / Sell apartments
  • Deposit clean / dirty money
  • Withdraw clean / dirty money
  • Change the language (FR/EN)

Prerequisites

  • EssentialMode - EssentiaMode is a base resource which has money and permissions built in.
  • pNotify - pNotify simply implements a Javascript notification library called NOTY.

Installation

  1. Extract the release downloaded here in a folder called apartments.
  2. Edit server.cfg and add start apartments in it.
  3. Import the SQL file into your database.
  4. You're ready to go !

Usage

  • You can add/remove/change prices/change locations of apartments in the file apart_client.lua.
  • Change the locales at the beginning of each file.
  • Switch to Async / MySQL.

Contribution

  • Fork the repository, use the development branch and please create pull requests to contribute to this project.
  • Follow the same coding style as used in the project. Pay attention to the usage of tabs, spaces, newlines and brackets. Try to copy the aesthetics as best as you can.
  • Write good commit messages, explain what your patch does, and why it is needed.
  • Keep it simple: Any patch that changes a lot of code or is difficult to understand should be discussed before you put in the effort.

Members

Special Thanks

https://github.com/Madriax/Apartments

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

FiveM script made by Madriax

License:MIT License


Languages

Language:Lua 98.9%Language:TSQL 1.1%