-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #913 from bitpredator/dev
refactor: introduced into the most real garages
- Loading branch information
Showing
16 changed files
with
1,812 additions
and
1 deletion.
There are no files selected for viewing
674 changes: 674 additions & 0 deletions
674
server-data/resources/[esx_addons]/esx_realparking/LICENSE
Large diffs are not rendered by default.
Oops, something went wrong.
62 changes: 62 additions & 0 deletions
62
server-data/resources/[esx_addons]/esx_realparking/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# esx_realparking | ||
A real car parking script for FiveM | ||
|
||
![Parking example](https://i.imgur.com/J6SqHBK.png) | ||
|
||
## Features | ||
|
||
- Store the car like the real life | ||
- Support esx_vehicleshop | ||
- Parking anywhere | ||
- Parking fees for player | ||
|
||
## Requirements | ||
|
||
1. [ESX](https://github.com/ESX-Org/es_extended) | ||
2. [esx_vehicleshop](https://github.com/ESX-Org/esx_vehicleshop) | ||
|
||
## Download & Installation | ||
|
||
### Using YumV | ||
|
||
``` | ||
yum install esx_realparking | ||
``` | ||
|
||
### Using Git | ||
|
||
``` | ||
git clone https://github.com/kasuganosoras/esx_realparking | ||
``` | ||
|
||
### Manually | ||
|
||
- Download https://github.com/kasuganosoras/esx_realparking/archive/master.zip | ||
- Put it in the `[esx]` directory | ||
|
||
## Installation | ||
|
||
- Import esx_realparking.sql to your database | ||
- Add this in your `server.cfg` | ||
|
||
``` | ||
start esx_realparking | ||
``` | ||
|
||
## Videos | ||
|
||
https://www.youtube.com/watch?v=sDsqSuw2yKg | ||
|
||
## Legal | ||
|
||
### License | ||
|
||
esx_realparking - car parking script for ESX | ||
|
||
Copyright (C) 2021 Akkariin | ||
|
||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. | ||
|
||
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. | ||
|
||
You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/. |
Oops, something went wrong.