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