Hello,
I was wondering how to return "nothing" instead of 0 in this case for my vote plugin.
Code:
isVoteEnding ? countdown-- : 0
Like it's literally displaying "0" on my menu.
Code:
formatex(menuDisplay, sizeof(menuDisplay)-1, "%s^n^n%s\r%i%s", voteStatus, isVoteEnding ? "\dtime remaining: " : "", isVoteEnding ? countdown-- : 0, isVoteOver ? "\dThe vote is over." : "");