a. can only rtv once
Code:
if(rtv[id])
{
client_print(id,print_chat,"[AMXX] You have already voted to Rock the Vote.")
}
else
{
rtv[id]=true
b. fixed bug cant vote to RTV during a vote
c. the 6 seconds to prior to vote is not a menu, it is a hudmessage. all the client buttons when pressed activate the binds they are bound to.