You made it so that every time you click it, it sets voted to 0
Try this:
onActivate > Client > VCE_ifVariable > voted == 1
onVariableTrue > Client > CenterPrint > You already voted
onVariableFalse > Client > VCE_modVariable > voted Set 1
onVariableFalse > etc.