From 23ced867d165ef00830627fb021971aad51b826b Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Sat, 4 Jan 2020 13:56:13 +0100 Subject: [PATCH] Update README.md --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 90125428..1ec6a9da 100644 --- a/README.md +++ b/README.md @@ -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/. \ No newline at end of file