⌨️Keybinds


Cinematic Mode

["disabled"] ⇒ With this variable you can switch the command typing for cinematic off or on

["command"] ⇒ Code to be written to chat for Cinematic


Belt Command - Keybind ( DEFAULT B )

["disabled"] ⇒ disables the belt system completely with the command

["key"] ⇒ If the keybind system is active, with which key this operation can be performed.

["usable"] ⇒ to activate the keybind system (to be able to perform the operation with the key)

["command"] ⇒ The match of the operation in chat

["description"] ⇒ The point at which the command works or works


Settings - Keybind ( DEFAULT COMMAND "/HUD" )

["disabled"] ⇒ disables the settings system completely with the command

["key"] ⇒ If the keybind system is active, with which key this operation can be performed.

["usable"] ⇒ to activate the keybind system (to be able to perform the operation with the key)

["command"] ⇒ The match of the operation in chat

["description"] ⇒ The point at which the command works or works


Editor Mode - Keybind Usage ( DEFAULT BIND PageUP )

["disabled"] ⇒ disables the Editor Mode system completely with the command

["closeKey"] ⇒ This is the javascript equivalent of the key that fulfils this operation. You can find javascript key names from this site

["key"] ⇒ If the keybind system is active, with which key this operation can be performed.

["usable"] ⇒ to activate the keybind system (to be able to perform the operation with the key)

["command"] ⇒ The match of the operation in chat

["description"] ⇒ The point at which the command works or works


Car Control Menu - Keybind Usage ( DEFAULT BIND Q )

["disabled"] ⇒ disables the car control system completely with the command

["key"] ⇒ If the keybind system is active, with which key this operation can be performed.

["command"] ⇒ The match of the operation in chat

["mouseControl"] ⇒ Allows you to control both the mouse and keyboard simultaneously. If you set it to true, you can control car control without splitting the game. If set to false, the game will split because your keyboard will only focus on car control.

["description"] ⇒ The point at which the command works or works

Last updated