Game Modding | Call of Duty: Black Ops 3 | Scripting
Sleepy216:
So I've been playing around with scripting my own gun game. However I noticed when the "points to next weapon" updates, using settext, my frames drop.
The frames drop worse when the weapon and points update together.
I assumed it was just because my pc is trash and I was testing it in my near finished map. So I threw it in a test map and still got noticeable frame drops.
This is what I used to update, I'd just have this run when my current score was not the same as my old score, then update the old score to the new one:
goalhud SetText( "Points To Advance: " +goal );
goal_text = "Points To Advance: " +goal;
goalhud SetText( goal_text );