auto shooting

Does this happen if you reset your keybindings?
yes i did a console command to use all my items at once. it by binding it to e but that does explain the auto shooting. bind e "+in_item3;+attack;-in_item3;-attack;+in_item1;+attack;-in_item1;-attack;+in_ability2;+attack;-in_ability2;-attack;+in_item4;+attack;-in_item4;-attack;+in_ability2;+attack;-in_ability2;-attack;+in_item2;+attack;-in_item2;-attack this is the console command i used but it should affect shooting right
 
Did you copy whole command?
You're missing ';' at the end, hence '-attack' is never called and '+attack' is still active.
 
Did you copy whole command?
You're missing ';' at the end, hence '-attack' is never called and '+attack' is still active
ii just copied from averagejoans so i could b copied it wrong but why cause auto shooting when i us it for items for bebop
 
Last edited:
I've added ';"' at the end. it should fix it in theory.

bind e "+in_item3;+attack;-in_item3;-attack;+in_item1;+attack;-in_item1;-attack;+in_ability2;+attack;-in_ability2;-attack;+in_item4;+attack;-in_item4;-attack;+in_ability2;+attack;-in_ability2;-attack;+in_item2;+attack;-in_item2;-attack;"
 
but it should cause auto shooting
it could since when you use '+attack;' it tells to shoot/LMB if you not going to add '-attack;' you will not stop shooting

Its like you're saying press button but never saying to release it.

Hope that helps.
 
Back
Top