#Stop watch at top of screen
1 messages · Page 1 of 1 (latest)
Probably RRS only
It is not RRS only.
It is a HUD Constant set to Top Middle
That gives you a Timer, use Game HUD Set Value (I think it's called) and use that.
Every 60 ints, it will add 1 to the minute section (e.g [00:01:00])
is there a way to make it have miliseconds and seconds?
Yes if you have 65.55 seconds its 00:01:05 floored
But if you multiply it by 60
65.55 * 60
You’ll get 01:05:33
Although I don’t recommend it for a reason that I forgot lmao