Resource icon

VScript Unlimited captures UI element 0.1.1

  • New users! Unable to confirm your account via email? Contact nesman on discord, there's an issue with the email server. *unrelated to the recent issue that we DM'd everyone about.
Jan 29, 2016
80
19
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...