Hello,
Is it possible to show timer message like warmup timer?
Best Regards.
CSGO: Timer
I haven't tested messages in CS:GO in quite some time. I do not believe we can show a message in the same location as the warmup timer. We can show one in a HintText message, though:
Syntax: Select all
from listeners.tick import TickRepeat
from messages import HintText
def count_down():
HintText(message='Seconds remaining: {0}'.format(timer.remaining)).send()
timer = TickRepeat(count_down)
def start_count_down():
timer.start(1, 10)
Return to “Plugin Development Support”
Who is online
Users browsing this forum: No registered users and 100 guests