đŸ”„ [Release] Handcuffs & Rope Usable Items Resource [ESX]

hi, by the way. I can check for the script and try to fix it. the most troublesome bug is actually in the “police trigger handcuff”. the bug that I felt when using the handcuff item or the handcuff key is the same as being able to do the action of opening & locking the handcuffs. because “trigger police handcuffs” have cuff & uncuff in the same position. does anyone feel the same way? I’m trying to fix that part, maybe here someone wants to help me.

Can i have download link of the esx_menu_default? :smiley:

Has anyone made this so it can be used by everyone and not just police?

Hey i fixed it for my ESX [Handcuff sql]
im happy to share you my changed version

INSERT INTO items (name, label, weight, limit, rare, can_remove, price) VALUES (‘handcuffs’, ‘handcuffs’, 0, 1, 0, 1, 200);

same for rope

INSERT INTO items (name, label, weight, limit, rare, can_remove, price) VALUES (‘rope’, ‘Rope’, 0, 1, 0, 1, 50);

havent tested ingame yet but the database gave me no errors.

i edited the first code but tbh i dont really know what im doing haha but it worked for me too

RegisterServerEvent(‘esx_policejob:handcuff’)
AddEventHandler(‘esx_policejob:handcuff’, function(target)
local xPlayer = ESX.GetPlayerFromId(source)
TriggerClientEvent(‘esx_policejob:handcuff’, target)
end)

If this is really bad leme know

I need help

did not work

help with the sql

got that same issue

image

Handcuffs work but the rope doesn’t do anything
 I know this is an old script but anyone have this issue and fixed it?

Link is broken

Unlisted since download is down

Nobody can share it again ? :’(