#1
12 years ago
Hi Is there any way of putting two commands on one key press. What i want to do is strafe left or right but also put the sprint command with it. Strafe + Sprint on same key press. Thanks
#2
12 years ago
Try: set movingleft "+sprint ; +moveleft" set movingright "+sprint ; +moveright" bind A vstr movingleft bind D vstr movingright
EDIT: Mistake :P