Unlimited captures UI element 0.1.1
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
Red scoring:
Blu scoring:
Note: If you are working directly with VScript, you can attach/ modify the script's AddPointForTeam function to however you see fit.
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)
Note: If you are working directly with VScript, you can attach/ modify the script's AddPointForTeam function to however you see fit.
- License
- Free to use and modify. Credit is appreciated but not required.