Resource icon

VScript Unlimited captures UI element 0.1.1

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

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 named logic_ui, then
Red scoring: logic_ui | CallScriptFunction | AddPointForTeam(0)
Blu scoring: logic_ui | CallScriptFunction | AddPointForTeam(1)...

Read more about this resource...