Point message

From Valve Developer Community
< Es
Revision as of 07:41, 8 December 2022 by Ryo (talk | contribs) (Created page with "{{lang|Point message}} left|link= {{base point:es|point_message}} Muestra un mensaje en el mapa y su origen. {{bug|No funciona en {{css}}, {{tf2}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Español (es)Translate (Translate)
Point message.png

Source point_message es un punto de entidad disponible en todos los juegos de Source. Muestra un mensaje en el mapa y su origen.

Icon-Bug.pngError:No funciona en Counter-Strike: Source, Team Fortress 2, Left 4 Dead ni Left 4 Dead 2.  [todo tested in ?]
C++ In code, it is represented by theCMessageEntityclass, defined in themessage_entity.cppfile.

Valores clave

Entity Message (message) <string(en)>
Message to show at this point.
Warning.pngAviso: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(en)>
Distance the player must be within to see this message.
Developer Only? (developeronly) <boolean(en)>
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.


Salidas

Véase también

  • game_text: Una entidad similar que muestra un mensaje personalizado en la pantalla.
  • game_text_tf: Solo en Team Fortress 2. Una entidad similar que muestra un mensaje personalizado en la interfaz.