Door locks not instantly crafting
MikeHawke
yup.. found that too.. key locks (wooden locks) take 30 seconds to craft
Use this plugin https://umod.org/plugins/crafting-controller it works fine now for me
key locks (wooden locks) take 30 seconds to craft any fix ?
Same here. Key Locks doesnt have instant craft effect.
This is still a problem by the way, ever gonna patch?
Ez fix, just remove this part from plugin script (starts on line 44):
if (targetName.Contains("key"))
{
return null;
} Espi
Ez fix, just remove this part from plugin script (starts on line 44):
if (targetName.Contains("key")) { return null; }
yean and probably get broken keys
Orange
yean and probably get broken keys
Keys & Keylocks are instantly crafted without any issues, but seems there is issue when you craft key for "friend" on other hand you can use automatic authorization plugin so clan / friend / teammember dont need key.
With the snippet below removed, key locks craft instantly, but keys crafted for vehicles do not work. I did not check keys for key locks:
if (targetName.Contains("key"))
{
return null;
} - 1
- 2