PenguScript/pengu_gruppe6delivery

Keys Don't Work

Closed this issue · 2 comments

I dont know why, but they keys dont work when the stockade spawns. It says in the config:

-- Looking for GiveKeys config?
-- Check: config_cl.lua

But that file doesn't exist. How do I fix this?

Add this line underneath line 260 in the delivery.lua at the StartFirstJob event:
local plate = args["plate"]

Should be fixed.