Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: introduced into the most real garages #913

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions server-data/resources/[esx_addons]/esx_realparking/LICENSE

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions server-data/resources/[esx_addons]/esx_realparking/README.md
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/.
Loading
Loading