Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name of last voted player (rtv) #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Nord1cWarr1or
Copy link
Contributor

Add showing name of last voted player (for RTV). Now the voting is starts without any alert

@@ -110,6 +113,9 @@ MAPM_NOT_SELECTED = ещё не выбрана
MAPM_CURRENT_MAP = Текущая карта:^3 %s^1.
MAPM_RTV_DELAY = Вы не можете голосовать за досрочную смену карты. Осталось:^3 %d:%02d^1.
MAPM_RTV_VOTED = %s^1 проголосовал за смену карты. Осталось:^3 %d^1
MAPM_RTV_VOTED_LAST = %s^1 проголосовал за смену карты. Все голоса за досрочную смену набраны
MAPM_RTV_START_VOTE = Начинаем досрочное голосование.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лишние ланги. Нет заглушек для польского.

@@ -99,13 +99,18 @@ public clcmd_rtv(id)

if(need_votes <= 0) {
map_scheduler_start_vote(VOTE_BY_RTV);
return PLUGIN_HANDLED;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По мне лучше здесь добавить сообщение.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants