Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.
The Message template has been deleted. A list of pages that transclude it are at Valve Developer Community:Message transclusions.
This article's documentation is for the "GoldSrc" engine. Click here for more information.

game_player_team

From Valve Developer Community
Jump to: navigation, search

game_player_team is a point entity available in all GoldSrc GoldSrc games. This entity makes a player change teams.

Key Values


Targetname:
Name (targetname) <targetname>
The targetname that other entities refer to this entity by.
Master (master) <string>
Name of a master entity.

Target:
Target (target) <targetname>
The targetname of an entity this entity will trigger when activated.


Flags

  •  [1] : Remove On fire
       If enabled, the entity will be removed after being triggered.
  •  [2] : Kill Player
       The player will be killed when the entity is activated.
  •  [4] : Gib Player
       The player will be pulled apart when the entity is activated.