How do i get things like time alive from the scoreboard
It is not possible to do so. However, you could use GetSimulationElapsedTime() combined with elimination_result to get time alive. So on player eliminated, call GetSimulationElapsedTime() and it will return float
Also, if you just want to set milestones you could use tracker_device's time alive setting, the target will define the number of minutes the player has to play (not reset upon dying)
thanks for the help guess i have to look into a work around, just feels like rewriting the wheel sometimes
1 Like