Es/Point message: Difference between revisions
< Es
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar|title = point_message}} | ||
{{ACategory|GUI Entities}} | |||
{{ | |||
{{this is a|point entity|name=point_message}} Muestra un mensaje en el mapa y su origen. | |||
{{bug|No funciona en {{css}}, {{tf2}}, {{l4d}} ni {{l4d2}}.}} | {{bug|No funciona en {{css}}, {{tf2}}, {{l4d}} ni {{l4d2}}.}} | ||
{{code class | {{code class|CMessageEntity|message_entity.cpp}} | ||
{{clr}} | {{clr}} | ||
== Valores clave == | == Valores clave == | ||
{{KV Targetname}} | |||
{{KV|Entity Message|intn=message|string|Message to show at this point.}} | {{KV|Entity Message|intn=message|string|Message to show at this point.}} | ||
{{warning|Never use quotation marks in the message. It will corrupt the | {{warning|Never use quotation marks in the message. It will corrupt the {{L|VMF}} structure because of the nested quotation marks, which then must be removed manually with a text editor.}} | ||
{{KV|Show message radius|intn=radius|integer|Distance the player must be within to see this message.}} | {{KV|Show message radius|intn=radius|integer|Distance the player must be within to see this message.}} | ||
{{KV|Developer Only?|intn=developeronly|boolean|If set, this message will only be visible when | {{KV|Developer Only?|intn=developeronly|boolean|If set, this message will only be visible when {{L|developer}} mode is on.}} | ||
== Etiquetas == | == Etiquetas == | ||
Line 20: | Line 21: | ||
== Entradas == | == Entradas == | ||
{{ | {{I|Enable|Muestra el mensaje, si el jugador se encuentra en el radio de acción.}} | ||
{{ | {{I|Disable|Deja de mostrar el mensaje.}} | ||
== Véase también == | == Véase también == | ||
* | * {{L|game_text}}: Una entidad similar que muestra un mensaje personalizado en la pantalla. | ||
* | * {{L|game_text_tf}}: Solo en {{tf2}}. Una entidad similar que muestra un mensaje personalizado en la interfaz. | ||
{{ACategory|GUI Entities}} |
Latest revision as of 01:57, 26 September 2024
point_message
es una entidad de punto disponible en todos los juegos de Source. Muestra un mensaje en el mapa y su origen.





Valores clave

- Entity Message (message) <string >
- Message to show at this point.

- 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.