Es/Point message: Difference between revisions
< Es
Jump to navigation
Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
No edit summary |
||
| (4 intermediate revisions by one other user 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. | {{this is a|point entity|name=point_message}} Muestra un mensaje en el mapa y su origen. | ||
| Line 9: | Line 11: | ||
== 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 19: | 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 00: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.