Info player deathmatch (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) (→Flags) |
||
| Line 13: | Line 13: | ||
== Flags == | == Flags == | ||
{{ | {{hl1 Appearflags}} | ||
:{{tip|Can be used to make this an inert entity for checking sizes.}} | :{{tip|Can be used to make this an inert entity for checking sizes.}} | ||
Latest revision as of 13:21, 26 October 2025
info_player_deathmatch is a point entity available in all
GoldSrc games.
A deathmatch spawnpoint.
A terrorist spawnpoint, equivalent to later games' info_player_terrorist.
[confirm] Unused.
Key Values
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- Target (target) <targetname>
- The targetname of an entity this entity will trigger when activated.
- Master (master) <targetname>
- Name of a master entity. If the master hasn't been activated, this entity will not activate.
- Animation Sequence (editor) (sequence) <integer>
Flags
- Not In Deathmatch : [2048]
- Prevent this entity from attempting to spawn when
deathmatch(multiplayer) is enabled.
Tip:Can be used to make this an inert entity for checking sizes.