Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xurape/hud-text-message
This plugin send a message in the HUD with the mentioned args.
https://github.com/xurape/hud-text-message
Last synced: 2 months ago
JSON representation
This plugin send a message in the HUD with the mentioned args.
- Host: GitHub
- URL: https://github.com/xurape/hud-text-message
- Owner: Xurape
- License: gpl-3.0
- Created: 2019-08-08T17:26:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T17:44:17.000Z (over 5 years ago)
- Last Synced: 2023-05-14T21:25:06.975Z (over 1 year ago)
- Language: SourcePawn
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CS:GO] Hud Text Message
This plugin send a message in the HUD with the mentioned args.
# Requirements:
- [Sourcemod 1.8+](https://www.sourcemod.net/);
# Requirements (To compile):
- [Sourcemod 1.8+](https://sourcemod.net)
- [CSGO Colors include](https://github.com/Maxximou5/csgo-playertrails/blob/master/scripting/include/csgocolors.inc)# Commands
- **sm_hudtext** - Send the message you wanted to.
- **sm_htm** - Send the message you wanted to (An alias to hudtext).# Screenshots
![csgo_f1nPibDczA](https://user-images.githubusercontent.com/41197101/62725129-706bd600-ba0c-11e9-9702-4c48425ccdb5.jpg)
![csgo_bW2WHaVctx](https://user-images.githubusercontent.com/41197101/62725133-7497f380-ba0c-11e9-977a-0b1db0c4d34a.jpg)
![csgo_o1nqHAIHxY](https://user-images.githubusercontent.com/41197101/62725140-7bbf0180-ba0c-11e9-83ec-e4c8ef8cb8d6.png)# ConVars:
- **sm_htm_flag** (Default: o) - Flag needed for command usage.
- **sm_htm_x** (Default: -1.0) - Horizontal Position to show the displayed message (To be centered, set as -1.0).
- **sm_htm_y** (Default: 0.1) - Vertical Position to show the displayed message (To be centered, set as -1.0).
- **sm_htm_holdtime** (Default: 2.0) - Time that the message is shown.
- **sm_htm_r** (Default: 255) - RGB Red Color to the displayed message.
- **sm_htm_g** (Default: 255) - RGB Green Color to the displayed message.
- **sm_htm_b** (Default: 255) - RGB Blue Color to the displayed message.
- **sm_htm_transparency** (Default: 100) - Message Transparency Value.
- **sm_htm_effect** (Default: 1.0) - 0 - Fade In; 1 - Fade out; 2 - Flash
- **sm_htm_effectduration** (Default: 0.5) - Duration of the selected effect. Not always aplicable
- **sm_htm_fadeinduration** (Default: 0.5) - Duration of the selected effect.
- **sm_htm_fadeoutduration** (Default: 0.5) - Duration of the selected effect.# Credits
- [Pinto](https://steamcommunity.com/profiles/76561198348227823/) for the idea and some plugin code.
- [SpirtBBX](https://steamcommunity.com/profiles/76561198799136845/) for helping with the code.# Other things related to the plugin
- [Website](https://shutap.cf)
- [My Steam](https://steamcommunity.com/id/ShutAP1337)
- My discord: ShutUP#4249