team.TotalFrags
From GMod Wiki
| Function | |
| Syntax |
team.TotalFrags( Integer TeamIndex ) Where is this used? |
| Description: | |
| Gets the total frags of a Team. | |
| Returns: | Integer Frags |
| Part of Library: | Team |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Team.TotalFrags]Team.TotalFrags [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | Gets frags of Team 1. |
|---|---|
| Used on | |
| Code | Msg(team.TotalFrags (1)) |
| Output | Outputs total frags of Team 1 in Console. |