1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/ebu_connect/client/utils.lua

10 lines
316 B
Lua
Raw Normal View History

2025-07-09 15:19:44 +02:00
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