Common questions on our Public Jaymod Server are:
- "How can i throw knifes?"
- "How can i play dead?"
Both are features of Jaymod and can be edited in the Jaymod-Menu.
Here's a quick guide on how to bind them to keys:
- While playing press the ESCAPE button to open the menu.
- You see a colored button called 'Jaymod'.
- Press it and you will see the Jaymod sub-menu.
- Click on the MISC button to enter the misc menu.
- You see a point called 'Alternate Fire'. Bind it to MOUSE2
*
- Also, you can define a key to playdead.
When you've defined the keys, press ESCAPE until you get back in-game.
* Alternate Fire (e.g. Scope as Sniper) will still work.
You'll just throw the knifes when you have selected knife as weapon.
-----
If you wanna set this values in your own Autoexec.cfg use this:
Code:
unbind MOUSE2;
bind MOUSE2 "+attack2"
unbind p;
bind p "playdead"
// For playdead you need to change the "p" to the button on
// your keyboard, which you wanna use for playing dead.