Limelight Forums

Full Version: Binding Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetins again Limelight Community,

i need an small help to bind something
since i used this bind very often in my old times i want to continue using it
i wanted to bind Engine on and off by using this command on the F10 console

bind g "/engine on"

it didnt gave me an error message or something but when i pressed g it said in the console:"Unkown command: /engine

that bind just accepted the /engine not the hole /engine on
after that i tried using this

bind g "/engine_on"

it said the same error message just as "unknown command: /engine_on

help :/
bind g "say /engine"

Using "say" is like using the chat, the rest can be filled with the command.

Also /engine toggles the engine now, so you can use 1 bind to start/stop the engine.
You need to include 'say'

bind g 'say /engine on'

If this does not work try
bind g 'llsay/engine on'
(Sep 8, 2016, 06:14 PM)Faustin Wrote: [ -> ]You need to include 'say'

bind g 'say /engine on'

If this does not work try
bind g 'llsay/engine on'
Ooo yes i totaly forgot to include the "say" ok thx this topic can be removed
it worked ingame
Closed and moved to the Archive