point_message
< Es
point_message
es un entidad de punto disponible en todos los juegos de Source. Muestra un mensaje en el mapa y su origen.
Error:No funciona en , , ni . [todo tested in?]
Valores clave
- Name
(targetname)
<string > - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.Véase también: Generic Keyvalues, Inputs and Outputs available to all entities
- Entity Message
(message)
<string > - Message to show at this point.
Aviso:Never use quotation marks in the message. It will corrupt the VMF structure because of the nested quotation marks, which then must be removed manually with a text editor.
- Show message radius
(radius)
<integer > - Distance the player must be within to see this message.
- Developer Only?
(developeronly)
<boolean > - If set, this message will only be visible when developer mode is on.
Etiquetas
- 1 : Empieza desactivado
Entradas
Enable
- Muestra el mensaje, si el jugador se encuentra en el radio de acción.
Disable
- Deja de mostrar el mensaje.
Véase también
- game_text : Una entidad similar que muestra un mensaje personalizado en la pantalla.
- game_text_tf : Solo en . Una entidad similar que muestra un mensaje personalizado en la interfaz.