Due to the lack of a fully functioning cuff script in FiveM without the need of ESX, @TreWilly and I created this...
https://medal.tv/clips/22275941/PkXNu3id1jBG
- Handcuff animations
- Cuff loop does not break
- Unique melee based handcuff targeting system
- Hands-up on hotkey
- Cuff Sounds
Hold X
to put hands up.
In order to handcuff someone, go up to them and hold right click to target them. Then, press E
.
Install CuffedUp as you would any script.
Note: You must have the InteractSound resource in order for cuff noises to work! Move the cuff.ogg and uncuff.ogg files to /client/html/sounds in your InteractSound resource. Add this under 'files' in your InteractSound __resource.lua:
files {
'client/html/index.html',
'client/html/sounds/cuff.ogg', # ADD THIS
'client/html/sounds/uncuff.ogg' # ADD THIS
}
v1
- Release
Credit to @TreWilly for logo, testing, and sourcing audio along with animations.