Difference between revisions of "TActivePlayer.ChangeTeam"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 23:16, 6 May 2020

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")