Quote:
Originally Posted by maqi
Explain what happens, because it's the right solution ( If we are thinking about the same thing )
Edit: Are you sure
Is the right condition to check for, I guess it would be something like
Not sure since i didn't see the code and don't know what it does.
|
yes it is, because the menu keys go grey right after i lock in a vote.
Code:
if(g_vote[0] == 0)
{
charCnt += formatex(voteStatus[charCnt], sizeof(voteStatus)-1-charCnt, "^n%s%i. \w%s%s", CLR_RED, choiceIdx+1, g_mapChoice[choiceIdx], voteTally);
keys |= (1<<choiceIdx);
}
else
charCnt += formatex(voteStatus[charCnt], sizeof(voteStatus)-1-charCnt, "^n%s%i. \d%s%s", CLR_RED, choiceIdx+1, g_mapChoice[choiceIdx], voteTally);
It should work like inteded, but there's something else making the menu work again after i lock in a vote. Gotta figure out what exactly.