Añadir al carrito
¡Oferta!

Esposas Reales

El precio original era: $54.99.El precio actual es: $31.44.

-43%

Los precios suben cuando el temporizador llega a cero

Brazalete electrónico

Rastreando al criminal con GPS

Conmocionar al criminal

No se puede esposar al criminal sin entregarlo

Esposas especiales para policías y delincuentes

Diseños de utilería especiales

Atando los pies del personaje

Ponerle un saco en la cabeza al personaje

Tape la boca del personaje y coloque dinero en su boca.

Mover el personaje

Introduciendo al personaje en el coche

(8 valoraciones de clientes)
Añadir al carrito
Vista previa del recurso FiveM de Real Handcuffs
Esposas Reales
$54.99 El precio original era: $54.99.$31.44El precio actual es: $31.44.

Real Handcuffs – Advanced Restraint System for Law Enforcement

Transform your server’s law enforcement experience with this comprehensive handcuff and restraint system. Real Handcuffs goes beyond basic cuffing mechanics, offering electronic tracking, GPS monitoring, and multiple restraint options that create authentic policía roleplay scenarios.

Qué está incluido

This system provides everything law enforcement needs for realistic arrest procedures. You’ll get traditional handcuffs with keys, rope restraints, head bags for prisoner transport, and cutting-edge electronic cuffs with GPS tracking capabilities. Each restraint type has its own use case and can be configured to match your server’s needs.

Características principales

  • Electronic Handcuffs with GPS Tracking – Monitor arrested players in real-time on a dedicated tablet interface. Perfect for tracking escapees or managing multiple prisoners
  • Shock Capability – Electronic cuffs can deliver non-lethal shocks to restrain aggressive suspects, adding another layer of control
  • Surrender Requirement – Suspects must raise their hands before being cuffed, creating more immersive arrest scenarios instead of instant cuffing
  • Multiple Restraint Types – Standard cuffs, ropes, electronic cuffs, and head bags each serve different tactical purposes
  • Complete Player Control – Put suspects in vehicles, drag them, apply mouth tape, or remove restraints with the action menu (F6 default)
  • Input Blocking – Automatically disables inventory access and other actions when players are cuffed
  • Realistic Sounds & Props – Custom handcuff sounds and visible prop attachments enhance immersion

Perfecto para

  • Police departments needing advanced arrest mechanics
  • Serious RP servers with detailed law enforcement systems
  • Prison roleplay scenarios requiring secure transport
  • Servers wanting to prevent instant cuffing exploits

Detalles Técnicos

  • Estructura: ESX (uses ESX.Game.GetClosestPlayer)
  • Required Items: cuff, cuff_keys, rope, headbag, electrocuff, electrocufftracker
  • Menu Key: F6 (configurable via Config.OpenMenuKey)
  • GPS Refresh: 1000ms default (adjustable, affects performance)
  • Personalización: Fully editable config with language support, image URLs, and sound files

Instalación

  1. Agrega el recurso a la carpeta de recursos de tu servidor
  2. Configure item names in config.lua to match your inventory system
  3. Add handcuff items and keys to your database/item config
  4. Adjust GPS refresh rate based on your server’s performance needs
  5. Customize the menu keybind and disabled inputs for cuffed players
  6. Restart server and test surrender-to-cuff mechanic

Compatibilidad del marco

  • ESX – Built specifically for ES Extended framework with native function integration
  • QBCore – Requires ESX framework (QBCore version not included)
  • Standalone – Framework-dependent due to inventory and player detection

Lo que lo hace destacar

Unlike basic handcuff scripts that just freeze players, this system adds genuine tactical depth. The electronic cuffs with GPS tracking let police departments monitor suspects across the map, while the surrender requirement prevents unrealistic instant-cuffing during chases. The shock feature gives officers a non-lethal response option for uncooperative suspects.

The real-time GPS tracking is optional but powerful – you can track escapees or manage multiple arrests simultaneously through the tracker tablet. Just be aware it uses more resources when enabled, so test it on your server first. The config includes a test mode to help you dial in the right settings before going live.

Ejemplo de Configuración

The config file is straightforward – define your item names, set the menu key, choose which inputs to disable when cuffed, and decide whether to use real-time GPS or static markers. You can also customize the handcuff images and sounds by pointing to your own hosted files. The language system supports easy translation for international servers.

Performance Note: Real-time GPS (Config.RealtimeGPS = true) will increase CPU/RAM usage on both client and server. If you have 50+ concurrent players, consider using static GPS markers instead or increase the refresh interval beyond 1000ms.

Scripts de Policía de FiveM Relacionados

Archivo de configuración

Configuración = {}

Config.CuffItem = 'puño'
Config.CuffKeysItem = 'llaves_de_esposas'
Config.RopeItem = 'cuerda'
Config.BagToHeadItem = 'bolso para la cabeza'
Config.ElectronicCuffItem = 'electrocuff'
Config.ElectronicCuffTrackerItem = 'rastreador de brazaletes electrónicos'

Config.OpenMenuKey = 167 –f6
Config.InventoryOpenKey = 289 — Desactiva esta entrada cuando el usuario está esposado
Config.DisableWhenUserCuffed = {289, 37, 192, 204, 211, 349} — Desactiva estas entradas cuando el usuario está esposado

Config.HandcuffIMG = 'https://raw.githubusercontent.com/0resmon/db/main/img/black.png'
Config.HandcuffDefaultIMG = 'https://raw.githubusercontent.com/0resmon/db/main/img/prop_chrome_03.png'
Config.HandcuffSound = 'https://raw.githubusercontent.com/0resmon/db/main/sound/handcuff.mp3'

Config.RealtimeGPS = true — ADVERTENCIA: Habilitar esta opción habilitará el GPS en tiempo real en lugar de solo marcar la ubicación del GPS en la tableta, pero puede causar un gran uso de CPS/RAM tanto en el lado del cliente como del servidor.
Config.RealtimeGPSRefreshMS = 1000 — ADVERTENCIA: Esta opción afecta directamente el uso de CPU/RAM, así que tenga cuidado al cambiarla. Controla la velocidad de actualización del GPS.

Config.TestMode = falso

Config.GetClosestPlayer = función()
return ESX.Game.GetClosestPlayer()
fin

Config.Lang = {
[“no_one_nearby”] = “Det finns ingen i närheten”,
[“no_one_nearby_cuff”] = “Det finns ingen i närheten som kan lägga handbojor”,
[“no_one_nearby_cuff2”] = “han måste räcka upp händerna”,
[“menu_title”] = “Åtgärdsmeny”,
[“put_bag”] = “Ta bort påsen på huvudet”,
[“arac_bin”] = “Sätt in spelaren i bilen”,
[“arac_in”] = “Få ut spelaren i bilen”,
[“bacak_coz”] = “Lös upp repet på benet”,
[“bant_cikar”] = “Ta på/av tejpen i munnen”,
[“tasi”] = “Flytta spelare”,
[“birak”] = “Släpp spelare”,
[“tape_type”] = “Välj bandtype”,
[“bant”] = “Negro tejp”,
[“dinero”] = “Contanter”,
}

Config.MenuElements = {

{ valor = “arac_bin”, etiqueta = Config.Lang[“arac_bin”] },
{ valor = “arac_in”, etiqueta = Config.Lang[“arac_in”] },
{ valor = “bacak_coz”, etiqueta = Config.Lang[“bacak_coz”] },
{ valor = “bant_cikar”, etiqueta = Config.Lang[“bant_cikar”] },
{ valor = “tasi”, etiqueta = Config.Lang[“tasi”] },
{ valor = “birak”, etiqueta = Config.Lang[“birak”] }
}

8 valoraciones en Real Handcuffs

  1. Francesca (propietario verificado)

    Fácil de instalar y fácil de personalizar.

  2. RavenBronce (propietario verificado)

    Recibí un trato personalizado y atento. Gracias a este trato, pude encontrar una solución a mi problema en poco tiempo. :)

  3. JoelQuantum (propietario verificado)

    Rara vez dejo un comentario, pero este artículo vale mucho más de lo que cuesta. ¡Tenía que decíroslo!

  4. Monique (propietario verificado)

    Script limpio y optimizado. Funciona sin problemas incluso con muchos jugadores en línea.

  5. Ambrocio (propietario verificado)

    Las opciones de configuración son extensas sin ser confusas. Fue fácil adaptar todo a nuestro servidor.

  6. CoheteAnne (propietario verificado)

    Limpio, optimizado y confiable.

  7. Dalton (propietario verificado)

    genial

  8. Brandy (propietario verificado)

    La calidad es notablemente mejor que muchas alternativas que he probado.

Solo los usuarios registrados que hayan comprado este producto pueden hacer una valoración.