mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 03:38:50 +00:00
Update README.md
This commit is contained in:
@@ -1,23 +1,49 @@
|
||||
# fxserver-esx_sit
|
||||
# esx_sit
|
||||
|
||||
### Warning: This resource is not actively maintained. The ESX Teams has higher priorties than this particular add-on, if you have a suggestion open a PR. The likelihood of the ESX Team making feature based updates to esx_sit are unlikely. Thanks for understanding!
|
||||
This script allow you to sit in almost every object where you should be able to, the default keybind is SHIFT + E to toggle sitting.
|
||||
|
||||
This script allow you to sit almost everywhere.
|
||||
If the player has many props around him, the game camera might become crazy.
|
||||
## Download & Installation
|
||||
|
||||
SHIFT + E to sit, gamepad protected so player can't interact with gamepads.
|
||||
### Using [fvm](https://github.com/qlaffont/fvm-installer)
|
||||
|
||||
[INSTALLATION]
|
||||
|
||||
1) CD in your resources/[esx] folder
|
||||
2) Clone the repository
|
||||
```
|
||||
git clone https://github.com/FXServer-ESX/fxserver-esx_sit esx_sit
|
||||
fvm install --save --folder=esx esx-org/esx_sit
|
||||
```
|
||||
3) Add this in your server.cfg :
|
||||
```
|
||||
start esx_sit
|
||||
```
|
||||
[CREDITS]
|
||||
|
||||
- Original code by CmJustice https://github.com/CmJustice
|
||||
### Using Git
|
||||
|
||||
```
|
||||
cd resources
|
||||
git clone https://github.com/ESX-Org/esx_sit [esx]/esx_sit
|
||||
```
|
||||
|
||||
### Manually
|
||||
|
||||
- Download https://github.com/ESX-Org/esx_sit/releases/latest
|
||||
- Put it in the `resource/[esx]` directory
|
||||
|
||||
### Installation
|
||||
|
||||
- Add this to your server.cfg:
|
||||
|
||||
```
|
||||
start esx_policejob
|
||||
```
|
||||
|
||||
## Credits
|
||||
|
||||
- [CmJustice](https://github.com/CmJustice) - Original author
|
||||
|
||||
## Legal
|
||||
|
||||
### License
|
||||
|
||||
esx_sit
|
||||
|
||||
Copyright (C) 2015-2020 Jérémie N'gadi
|
||||
|
||||
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/.
|
||||
Reference in New Issue
Block a user