Releases: xT-Development/xt-prison
Releases · xT-Development/xt-prison
v1.4.8
What's Changed
- Ensure client side enterPrison calls server side syncJailCompatibility by @mmoftah in #17
- Fix alarm and remove item chances by @mmoftah in #18
- add(locales/tr): new by @HellPortal in #21
- use native audio (thanks to Audiotool from Renewed) by @cfoour in #20
- Create pl.json by @userMacieG in #23
- Create es.json by @zfmods in #28
- Create pt.json by @cosminwindox in #25
- Fix confiscated items duplication and checks e976dbd
- Fix confiscated items clear from prison breaks 2cfb536
- Fix remove targets on checkout 81769e1
- Added drop down selection for /jail command, rather than player ID input dee4dd3 (Thanks to the suggestion in #19)
New Contributors
- @mmoftah made their first contribution in #17
- @HellPortal made their first contribution in #21
- @cfoour made their first contribution in #20
- @userMacieG made their first contribution in #23
- @zfmods made their first contribution in #28
- @cosminwindox made their first contribution in #25
v1.4.5
What's Changed
- ND MDT Support by @gitBitsystem in #14
- Fixed incorrect checks for removing jobs 438e924
- Better handling of syncing compatibility of 3rd party resources with xt-prison.
Some users have reported some issues with this? I'll keep monitoring.c2ce71b - Added open function to server config for banning players. Its been to-do for too long 65ae998
- Fixed incorrect variables causing players confiscated items to not clear when they breakout of jail 7774558
v1.4.0
Fixes
- Load colissions around the player before they enter jail. Caused issues with players triggering a jail break as they were being sent to jail. ea82ec9
- Resolved nil player errors in the police count loop. 0df8714
New Features
- Added version checking. Credits to Matthew #13
Refactored
- Properly handle saving and retrieving player's confiscated items when they leave/rejoin, or the server restarts. Added new database table to store and retrieve the player inventory from, auto initialized on script start. d5e3d73
- Jail roster access. Moved the "prisoners" command to the server for improved job checks. bc9ee76
v1.3.0
- Fixes player jail time not reducing properly if jail clothes config was disabled 89f6bab
- Creates async alert on player when entering jail. Allows callback to return without waiting for the target to interact with the alert e50c170
- Created pt-br language by @Swellington-Soares in #11
v1.2.0
v1.1.0
v1.0.0
- Added github files