Thread: HUD Message
View Single Post
dalto
Veteran Member
Join Date: Jul 2007
Old 08-19-2007 , 19:43   Re: HUD Message
Reply With Quote #3

Quote:
Originally Posted by Jmgr View Post
Feature proposal :
- An ability to close the message by hitting a letter (such as C or 0)
I don't believe this is possible with HUD text. A menu could have an exit option

Quote:
Originally Posted by Jmgr View Post
- A menu, which can be called with sm_menu (or something else if the name is reserved). Example :
sm_menu [menu id] [steam id] [menu title] [menu option1] [menu option2] [...]
When a player chooses a selection, the plugin will produce an output in the server console like :
MENU [menu id] [steam id] [choice id]
This could be done.....but what would you do with it? The output would not be very usable.

Quote:
Originally Posted by Jmgr View Post
- A complete gui with word wrapping and sliders for long messages
I think you could do this with CreateDialog() but I have never tried.

Quote:
Originally Posted by Jmgr View Post
- The possibility to specificy the lifetime of the gui message
Can be done with a menu but not with HUD text.

Quote:
Originally Posted by Jmgr View Post
- The possibility to specificy the position (center, left, right, ...) of the gui message
I am not sure if this is possible.

Quote:
Originally Posted by Jmgr View Post
- The possibility to send the a message/menu to all players
You can send a HUD message to all players already. sm_hsay in basechat
dalto is offline