team.GetScore
From GMod Wiki
Function | |
Syntax |
team.GetScore( Number TeamIndex ) Where is this used? |
Description: | |
Gets a Teams score. | |
Returns: | Number TeamScore |
Part of Library: | Team |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Team.GetScore]Team.GetScore [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Get Team 1's Score |
---|---|
Used on | |
Code | Msg(team.GetScore(1)) |
Output | Team 1's Score |