Point message: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
 Bug:Does not function in multiplayer. In
Bug:Does not function in multiplayer. In  and
 and  , point_worldtext can be used as an alternative.  [todo tested in ?]
, point_worldtext can be used as an alternative.  [todo tested in ?]
 Warning: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.
Warning: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.
		
	
| m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) | Thunder4ik (talk | contribs)  m (→top: clean up, replaced: {{ModernBug → {{bug) | ||
| Line 10: | Line 10: | ||
| {{this is a|e0|name=point_message}} It displays a text message in the world, at its origin. | {{this is a|e0|name=point_message}} It displays a text message in the world, at its origin. | ||
| {{ | {{bug|Does not function in multiplayer. In {{tf2}} and {{csgo}}, [[point_worldtext]] can be used as an alternative.}} | ||
| {{Code class|CMessageEntity|message_entity.cpp}} | {{Code class|CMessageEntity|message_entity.cpp}} | ||
Revision as of 11:44, 6 January 2024
| point_message | |
|---|---|
|  | |
| Type | Point entity | 
| Engine |  Source | 
point_message  is an   e0  available in all  Source games. It displays a text message in the world, at its origin.
 Source games. It displays a text message in the world, at its origin.
 Bug:Does not function in multiplayer. In
Bug:Does not function in multiplayer. In  and
 and  , point_worldtext can be used as an alternative.  [todo tested in ?]
, point_worldtext can be used as an alternative.  [todo tested in ?]
Keyvalues
- Entity Message (message) <string>
- Message to show at this point.
 Warning: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.
Warning: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.
Flags
- 1 : Start Disabled
Inputs
- Enable
- Start displaying the message text, if the player is within the message radius.
- Disable
- Stop displaying the message text.
Outputs
See also
- game_text - Displays a custom message directly on the player screen.
- game_text_tf -  Displays a custom HUD message with icons on a specified team's screen. Displays a custom HUD message with icons on a specified team's screen.
- point_worldtext -   A similar entity that displays a custom message in the world with far more flexibility. A similar entity that displays a custom message in the world with far more flexibility.
- training_annotation -  A similar entity that points to a specified location in the world. A similar entity that points to a specified location in the world.
- env_hudhint - Displays a custom HUD message. Commonly used to show key-binds.
- env_message - Displays a pre-defined message on the players screen.



























