Skip to content

Commit

Permalink
Merge pull request #913 from bitpredator/dev
Browse files Browse the repository at this point in the history
refactor:  introduced into the most real garages
  • Loading branch information
bitpredator authored Dec 7, 2024
2 parents f2b2683 + 5ec6ed9 commit 077e639
Show file tree
Hide file tree
Showing 16 changed files with 1,812 additions and 1 deletion.
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

0 comments on commit 077e639

Please sign in to comment.