Files
2025-02-17 01:04:14 -08:00

10 lines
316 B
Lua

RegisterKeyMapping("+trailerConnect", "Connect any trailer", "keyboard", "j")
-- Use this function for job locking. If the job is correct, return true.
-- Please refer to your framework's job system for how to implement, I do not support
-- job checking integration. -Theebu
function allowed()
return true
end