Assuming that Switch Weapon hotkey is Q, you can SendKeys Q twice on a small delay. Code: keybd_event('Q' , NULL, NULL, NULL); Something similar to that.
This will really help for a shotgun match! Can someone tell me how and where to put that code. Thanks!!!
Originally Posted by vanko97 This will really help for a shotgun match! Can someone tell me how and where to put that code. Thanks!!! C++ ? if(RedLine.rBots.AutoQ >= 1 ) { keybd_event( 'Q' , 0 , 0 , 0 ); } else { keybd_event( 0 , 0 , 0 , 0 ); }