You must register to post or download hacks.
If you are having any issues, shoot us an email, Contact MPGH Support. As always, have fun and enjoy your stay! - MPGH Staff
Originally Posted by VernK Yeah um use a RadioButton lol That or do this: Code: If Checkbox1.checked Then Checkbox2.Checked = False crosshair1.show() crosshair2.hide() crosshair3.hide() crosshair4.hide() else Checkbox1.Checked = True ' LOL Crosshair1.hide() crosshair2.hide() crosshair3.hide() crosshair4.hide() End if
If Checkbox1.checked Then Checkbox2.Checked = False crosshair1.show() crosshair2.hide() crosshair3.hide() crosshair4.hide() else Checkbox1.Checked = True ' LOL Crosshair1.hide() crosshair2.hide() crosshair3.hide() crosshair4.hide() End if