Участник
Пользователь
- Сообщения
- 272
- Реакции
- 14
Hello.
I have a plugin that displays a message about the best player at the beginning of the round (before freezetime).
I have an event applied:
The problem is that the message is not always displayed, because this event often skips random rounds.
What event to apply so that the message will always be shown without skipping any rounds (not after freezetime, only before freezetime!)
I have a plugin that displays a message about the best player at the beginning of the round (before freezetime).
I have an event applied:
Код:
register_event ("HLTV", "New_Round", "a", "1 = 0", "2 = 0")
What event to apply so that the message will always be shown without skipping any rounds (not after freezetime, only before freezetime!)