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.
Quick knife code?
-
- Polygon
- Posts: 20
- Joined: Thu Jan 17, 2008 11:31 pm
Quick knife code?
My PC (Built by me.):
Sagitta Gaming Case
HIS ATI HD 3850 Graphics card.
AMD 5200+ Processer
Western Digital Hard drive.
ECS A770M-A Motherboard
2 Gig Ram (soon to be 4)
Sagitta Gaming Case
HIS ATI HD 3850 Graphics card.
AMD 5200+ Processer
Western Digital Hard drive.
ECS A770M-A Motherboard
2 Gig Ram (soon to be 4)
Pretty simple
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
Code: Select all
bind "<key>" "slot 3; wait; wait; wait; +attack; wait; wait; wait; slot 1;"