Es/Point message: Difference between revisions
< Es
Jump to navigation
Jump to search
m (Multipage removal) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 11: | 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 {{L|VMF}} structure because of the nested quotation marks, which then must be removed manually with a text editor.}} | {{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 {{L|developer}} mode is on.}} | {{KV|Developer Only?|intn=developeronly|boolean|If set, this message will only be visible when {{L|developer}} mode is on.}} | ||
== Etiquetas == | == Etiquetas == | ||
| Line 21: | 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 == | ||
| Line 32: | Line 28: | ||
* {{L|game_text_tf}}: Solo en {{tf2}}. Una entidad similar que muestra un mensaje personalizado en la interfaz. | * {{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.