https://github.com/withlithum/arrestmanagerplus
Maintainance of utilities and services for Arrest Manager
https://github.com/withlithum/arrestmanagerplus
Last synced: over 1 year ago
JSON representation
Maintainance of utilities and services for Arrest Manager
- Host: GitHub
- URL: https://github.com/withlithum/arrestmanagerplus
- Owner: WithLithum
- License: gpl-3.0
- Created: 2022-04-26T12:41:03.000Z (about 4 years ago)
- Default Branch: v9-dev
- Last Pushed: 2022-04-26T12:42:11.000Z (about 4 years ago)
- Last Synced: 2025-01-18T11:22:34.832Z (over 1 year ago)
- Language: C#
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arrest Manager+
This is WithLithum's fork of the original Arrest Manager project after the project itself was on hiatus for nearly two years.
**To be clear, this name is temponary. The code is no longer related to arrest - More Jail Points and Prisoner Transporter features has been removed. I plans to rename the project.**
Currently, I'm working on how to remove references from Albo1125.Common library from this project.
## About Code
You should be able to actually read the code easier as I cleaned a lot of codes as well as warnings. I'm actually shocked by how bad Albo1125 codes back then - thousand of warnings, and it's even worse that I uses SolarLint and Roslynator. However, I managed to get rid of most of them.
> I know, I know, the code is FAR from perfect. This project sprung into life when I started learning C# and it originally started off as just a bit of toying around in my first ever object-oriented programming language. Who remembers the More Jail Points and then the More Jail Points & Prisoner Transporter days? Yes, much of that (abysmal but functional) code remains today.
>
> -- Albo1125
Please, respect the license - even copying a smaller part directly from this project **is propagating (in GPLv3)**. This means that copyleft **applies to any part of code, whether it's small or big**.
## Contributions
You will need to fork this repository, commit your changes and make merge request.
## Building
To build the project you'll need these goes into your `Arrest Manager/dependencies` folder:
- [Albo1125.Common by Albo1125](http://www.lcpdfr.com/files/file/10294-albo1125common/)
- [Better EMS by PNWParksFan](https://www.lcpdfr.com/files/file/11647-better-ems/)
- [ComputerPlus by PieRGud](https://github.com/PieRGud/ComputerPlus)
- [LSPD First Response by G17 Media](https://www.lcpdfr.com/files/file/7792-lspd-first-response/)
- [PoliceSmartRadio by Albo1125](https://www.lcpdfr.com/files/file/15354-police-smartradio-the-successor-to-police-radio/)
- [RAGENativeUI by Alexguirre](https://github.com/alexguirre/RAGENativeUI)
- [RAGEPluginHook SDK by MulleDK19](http://ragepluginhook.net/Downloads.aspx)
And you will need to manually reference these:
* [RelaperCommons by RelaperCrystal](https://github.com/RelaperCrystal/RelaperCommons)
## Thanks
* Thanks Albo1125 who did not just leave he's plug-ins alone on he's retirement.
* Thanks the author of Better EMS, RAGENativeUI, Computer+ which brings new life of LSPDFR.
* Thanks G17 Media for their great works on LSPDFR.
* Thanks MulleDK19 (and LMS) for making RAGE Plugin Hook, and thanks HazardX for the original concept of writting .NET scripts on the original GTA IV.
* Thanks Rockstar Games for the awesome GTA V.
* And, finally, thanks you, for reading this.