team.SetUp

From GMod Wiki

Jump to: navigation, search
Function
Syntax team.SetUp( Integer TeamIndex, String TeamName, Color TeamColor, Boolean Joinable )
Where is this used?
Description:
Creates a new team
Returns: nil
Part of Library: Team
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Team.SetUp]Team.SetUp [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionCreate team 4 with name "Guests" and color blue
Used onNewerShared.png
Code
team.SetUp (4, "Guests", Color (0, 0, 255, 255))
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox