]Qscope()
{
bind MOUSE2 "+toggleads_throw"
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("[{+toggleads_throw}]", "+toggleads_throw");//Thanks to rathynia for this command
while(1) {
self waittill("[{+toggleads_throw}]");
wait 0.4;
self allowADS(false);
self allowADS(true);
self allowADS(false);
self allowADS(true);
wait 0.0005; }
}
Qscope()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("ads", "+toggleads_throw");//Thanks to rathynia for this command
while(1) {
self waittill("ads");
wait 0.4;
self allowADS(false);
self allowADS(true);
self allowADS(false);
self allowADS(true);
wait 0.0005; }
}