|
Place a bid
This is the best 20 bucks you'll ever spend on your Tippmann. This bolt fits the Model 98, A5,X7, BT-4, and PCS Markers. Allowing for a more consistent acceleration of the paintball. The best, most cost effective way is to change the front bolt. Gas efficiency goes up noticeably. More importantly testing showed a significantly tighter chrono grouping!
function change() {
if (document.getElementById("loggedin").style.display == "none") {
document.getElementById("loggedin").style.display = "inline";
} else {
document.getElementById("loggedin").style.display = "none";
}
if (document.getElementById("notloggedin").style.display == "inline") {
document.getElementById("notloggedin").style.display = "none";
} else {
document.getElementById("notloggedin").style.display = "inline";
}
}
var text = "Sign Out";
if (text.indexOf("Log In") > -1) {
document.write("Dealers please login to place your orderIf you are not a dealer and would like to become on, then please click here or call us toll free: 888.927.1010")
}
else {
window.setTimeout('change();');
}
|