Stable
3.1.0
UPDATE
- Fixed a bug where allowed usergroups would spawn with the weapons even when GiveUsergroupsOnSpawn was disabled.
Updated file: ch_adv_arresting/server/arrest_initialize.lua
Stable
3.0.9
UPDATE
- You can finally configure how long it takes to handcuff a player.
- Config option
CH_ADVArrest.Config.HandcuffTime
- Redesigned the handcuffing bar to a more modern design.
- Added custom draw and idle animation for handcuffs and baton.
- Added custom crosshair for handcuffs and baton.
- Removed an unnecessary loop.
- Changed initialize method to a more reliable one.
- Decreased the viewpunch when hitting someone with a baton.
- Cached variables for optimization.
- Renamed non-unique variables to avoid conflicts.
Stable
3.0.8
UPDATE
- Fixed exploits.
- Replaced pairs with ipairs where possible.
- Cached a few materials properly.
- Removed the usage of table.HasValue where possible for optimization.
- his changes the AllowedTeams and InspectBlacklistWeapons table in the config to a new format. Please be aware when updating!
- Added missing translations for the jailer NPC overhead text.
- Removed a loop and replaced it with a more optimized solution.
- The addon now stops the player from dropping the handcuffs and baton.
- Previously you needed to add the weapons to darkrpmodification, but not anymore.
Please report bugs via gmodstore support tickets.
I recommend everyone update to this version.
Stable
3.0.7
UPDATE
- Added Polish translation thanks to mateuszanierusza.
Stable
3.0.6
UPDATE
- Updated Spanish translation.
- Replaced depreciated self.Owner with self:GetOwner()
- Replaced depreciated self.Weapon with self
- Minor clientside optimization.
Stable
3.0.5
UPDATE
- Added a config option to give handcuffs and baton to usergroups (useful for admins)
- Config
CH_ADVArrest.Config.AllowedUsergroups
- Enable/disable with the config
CH_ADVArrest.Config.GiveUsergroupsOnSpawn
- Fixed a vulnerability with the confiscate weapon net message.
- Jailer NPC
- Config to enable/disable
CH_ADVArrest.Config.EnableJailerNPC
(disabled by default) - If enabled then police officers must bring the criminal to the jailer NPC to arrest them.
- When enabled you will not be able to arrest criminals using the handcuff weapon.
- When a handcuffed player is nearby the jailer NPC you can press E on the NPC to bring up the arrest menu.
- Config to set jailer NPC model
CH_ADVArrest.Config.JailerNPCModel
- Added a couple of color configuration options for the 3d2d text above the jailer NPC.
- Config option
CH_ADVArrest.Config.NPCTextColor
- Config option
CH_ADVArrest.Config.NPCTextColorOutline
- Strip unarrest stick if config
CH_ADVArrest.Config.StripOldWeapons
is enabled. - Added a lot more common weapons to the inspection blacklist.
- Optimization.
- Updated language file.
- Screenscaled font used for menus.
- Added German translation thanks to Deltaa
- Added Turkish translation thanks to Wolflix
Update requires a full reinstall. Delete and install the new version. Do not copy/paste your configuration file either. Thank you and enjoy! <3
Stable
3.0.4
UPDATE
- Hopefully fixed a problem where the bail menu would not open.
File updated: lua/ch_adv_arresting/client/arrest_menus.lua
Stable
3.0.3
UPDATE
- Fixed default DarkRP arrest baton throwing an error if used.
It's only necessary to update if you intend to use the default arrest baton along side the addon.
Stable
3.0.2
UPDATE
- Added Russian translation thanks to Mactavish
- Updated English translation.
- Disabled dragging any of the menus.
- Fixed default closing button showing on inspection menu (ooppss).
Stable
3.0.1
UPDATE
- Added Spanish translation thanks to Tekiad
- Added itemstore default weapons to confiscate blacklist.
- Fixed weapons with no model/invalid model breaking the inspection menu.
- Player Handcuffed text no longer adjusts alpha based on distance.
- Added a distance check instead of the distance/alpha based. Disappears together with the rest of name, job, health, etc above head.
Stable
3.0.0
UPDATE
- Redesigned entire UI.
- Redesigned handcuffing loading bar.
- Rewrote and optimized arresting/unarresting code entirely using DarkRP hooks.
- Added player inspection system.
- Allows for officers to inspect personal belongings of others while player is handcuffed.
- Shows name, job and wallet.
- Shows a list of all weapons the player has.
- Supports hiding default weapons via DarkRP config
GAMEMODE.Config.weaponCheckerHideDefault
- Supports hiding admin weapons from
GAMEMODE.Config.AdminWeapons
table in DarkRP. - Config table to blacklist any weapon you'd like
CH_ADVArrest.Config.InspectBlacklistWeapons
- Confiscating weapons strips the weapon and notifies the target.
- Added language system.
- English, French & Danish by default.
- Updated file structure to gmodstore guidelines (sorry 2014 addon).
- Fixed config not supporting lua auto-refresh.
- Fixed error attempting to give unknown entity.
- Optimized networking.
- Added a delay on left/right clicking to avoid spam.
- Implemented proper use of canArrest from DarkRP
- Supports
GAMEMODE.Config.cpcanarrestcp
- Supports
GAMEMODE.Config.npcarrest
- Supports
GAMEMODE.Config.needwantedforarrest
- Supports not arresting if no jail positions are set.
- Supports not arresting players who are still spawning.
- Fixed being able to unhandcuff an arrested person. Now defaults to unarresting them if they're arrested.
- Replaced Distance with DistToSqr for optimization.
- Fixed a glitch where handcuffed players could still switch weapons.
- Fixed a glitch with unarrest timer being overwritten.
- Added better security to netmessages.
- Added fallback notification if player is out of range when arresting.
- Added missing validation checks.
- Added configuration that changes player to a specific job when arrested.
- Config to enable/disable
CH_ADVArrest.Config.ChangeJobOnArrested
(disabled by default) - Config job to change to
CH_ADVArrest.Config.JobChangeTo
You will need to delete your old version of the script and replace it with this. You will also need to redo the config, but don't worry, that's quickly done ;)
Stable
2.1.2
UPDATE
- Fixed net message exploit with handcuffs.
- Added config CH_ADVArrest.Config.WeaponSwitchedHandcuffed.
- Choose which weapon the target switch to when they get handcuffed.
Showing 12 of 25 total results
- 1
- Next ›