Hello,
Is it possible to bind an 2nd command to the same key for an client?
lets say I got
PHP Code:
bind ctrl "+jump"
could i add +duck to that?
PHP Code:
bind ctrl "+jump;+duck"
without knowing what the first command may be.
so the server would need to do some like
PHP Code:
bind ctrl ".....;+duck"
where .... is just an general field the plugin auto skips representing the clients 1st command.
Goal: I want to create some preset for new players that join
or for other people to try out by asking them first.
once the client agrees it gets set.