Thread: HUD Message
View Single Post
Jmgr
Member
Join Date: Aug 2007
Location: Paris, France
Old 08-19-2007 , 18:03   Re: HUD Message
Reply With Quote #2

Feature proposal :
- An ability to close the message by hitting a letter (such as C or 0)
- 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]
- A complete gui with word wrapping and sliders for long messages
- The possibility to specificy the lifetime of the gui message
- The possibility to specificy the position (center, left, right, ...) of the gui message
- The possibility to send the a message/menu to all players

Question : is it possible with the source engine to show images on the gui ?

PS : Next week-end I plan to learn a bit how to code SourceMod plugins, which should not be too difficult for me as I code actively in c++ since 7 years, so I could help you for this plugin if you want

Last edited by Jmgr; 08-19-2007 at 18:04. Reason: Unclear formulation
Jmgr is offline