Page 1 of 1

Quick knife code?

Posted: Fri Jan 18, 2008 5:45 pm
by punkrock1246
I was wondering if someone could make me a quick knife code for C:SS.
For exampleI have a Creative Fatal1ty gaming mouse and it has a third mouse button on the top. I was wondering if i could get a script so that when i press that third mouse button it will instantly switch to my knife, stab and then switch back to my gun.

Posted: Sat Jan 19, 2008 12:10 am
by skidz
Not sure how to do that myself, w0rf0x knows a fair amount about console scripts.

Posted: Sun Jan 20, 2008 3:19 am
by ScarT^
Pretty simple

Code: Select all

bind "<key>" "slot 3; wait; wait; wait; +attack; wait; wait; wait; slot 1;"
Didn't bother to test this ingame, but if it doesn't attack, add more waits after "slot 3", if it doesn't change back after "+attack;" add more waits after that ;)