forked from Simnation/Main
ed
This commit is contained in:
parent
c8ce065d61
commit
d7e2f9da39
47 changed files with 680 additions and 2010 deletions
9
resources/[carscripts]/ebu_connect/client/utils.lua
Normal file
9
resources/[carscripts]/ebu_connect/client/utils.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue