TActivePlayer.ChangeTeam

From Soldat Community Wiki
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(2, TJoinSilent); // Moves player with ID 2 to Bravo team and hides join message ("has joined bravo team")