warxander
warxander
> GetRandomIntInRange() is slower than math.random() Maybe, but 'better' number is more important than performance in this case?
Rewrite your commit message to smth like this: `brv_main: Use safe player source to retrieve player stats`
Баг не связан с конкретным местом спавна. Спасибо за репорт, ошибка достаточно нетривиальная, на тестовом сервере не ловится.
What's the purpose of this change? API is designed that you store starting current index explicitly and pass it to widget function.
Please provide some more details. Because as I understand, the UI state is managed in the following way: ```lua local state = { } -- Reset state to default --...