- Jan 29, 2016
- 90
- 15
Gismo Gaming submitted a new resource:
Unlimited captures UI element - Use PD hud to display an ever increasing amount of captures
Read more about this resource...
Unlimited captures UI element - Use PD hud to display an ever increasing amount of captures
Uses the PD hud to display an ever-increasing amount of team captures.
To use:
When you want to add to the PD hud, call the logic_script's "AddPointForTeam" function with the parameter for the team (0 for Red and 1 for Blu)
For example, if your logic script is namedlogic_ui
, then
Red scoring:logic_ui | CallScriptFunction | AddPointForTeam(0)
Blu scoring:logic_ui | CallScriptFunction | AddPointForTeam(1)
...
Read more about this resource...