Hi, im trying to make my self a admin_vote_kick script or somthing.
this is what i made
on *:text:!admin_vote_kick*:#TOG: {
set %no 0
set %yes 0
timer 1 70 if(%yes > %no kick $1 Du har blit vota ut..)
timer 1 80 unset %no
timer 1 80 unset %yes
}

on *:text:!yes:#tog: {
inc %yes 1
}
on *:text:!no:#TOG: {
inc %no 1

can somone se what is wrong. and please help me;D