Point worldhint
Revision as of 17:04, 16 May 2019 by Johnny moe (talk | contribs) (Created page with "Allows you to create 3D hints and information tags. == Keyvalues == '''Hint''' <string> : The hint to display. '''Seen by''' <choices> : The team that can view us. *-1: Di...")
Allows you to create 3D hints and information tags.
Keyvalues
Hint <string>
- The hint to display.
Seen by <choices>
- The team that can view us.
- -1: Disabled
- 0: Everyone
- 3: Zombies
- 4: Humans
Range <integer>
- The range from the player's camera we must be in to see this hint. It can also be 0 for infinite.
Inputs
input sethint <string>
- Sets the hint to display.
input setviewer <integer>
- Sets the team that can view us. Use 0 for everyone, -1 for no one (inactive), 3 for zombie, and 4 for human.
input setrange <float>
- Sets the range from the player's camera we must be in to see this hint. It can also be 0 for infinite which is the default.