TActivePlayer.ChangeTeam

From Soldat Community Wiki
Revision as of 22:16, 6 May 2020 by H (talk | contribs) (Created page with " '''''procedure ChangeTeam(NewTeam: Byte; JoinType: TJoinType)''''' NewTeam: ID of new team (0-5) JoinType: TJoinType ==Description== Moves player to a specified t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
procedure ChangeTeam(NewTeam: Byte; JoinType: TJoinType)
 NewTeam: ID of new team (0-5)
 JoinType: TJoinType

Description

Moves player to a specified team

Example

Players[1].ChangeTeam(1, TJoinNormal); // Moves player with ID 1 to Alpha team

Players[2].ChangeTeam(1, TJoinSilent); // Moves player with ID 2 to Bravo team and hides join message ("has joined bravo team")