TActivePlayer.ChangeTeam

From Soldat Community Wiki
Revision as of 21:38, 16 April 2021 by SyavX (talk | contribs) (fix typo (team id))
(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(2, TJoinSilent); // Moves player with ID 2 to Bravo team and hides join message ("has joined bravo team")