- Dont use the keys table as controls can be rebound and not align with the keys
- Just use a cuffing script but change the command?
RegisterNetEvent('esx_zipties:IsZiptied')
AddEventHandler('esx_zipties:IsZiptied', function(source)
TriggerServerEvent('esx_zipties:zipties', GetPlayerServerId(closestPlayer))
end)
end <--- whats this?
also doesnt seem taht there is a server event to trigger by that name.