murayuki / CuffedUp

Proper cuff script for FiveM! Public release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CuffedUp - A proper cuff script...


handsup screenshot

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

Features

  • Handcuff animations
  • Cuff loop does not break
  • Unique melee based handcuff targeting system
  • Hands-up on hotkey
  • Cuff Sounds

handsup screenshot

Usage

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.

Dependencies

Installation

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
}

Changelog

v1

  • Release

Credits

Credit to @TreWilly for logo, testing, and sourcing audio along with animations.

About

Proper cuff script for FiveM! Public release

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%