hi,
i'm working on my mp3 player plugin (
http://www.youtube.com/watch?v=pIb-kGtAGEs ) and want to add a new item for request albums/tracks.
now i have no idea how to add a item like :
1. request your track/album
after pressing 1, player has to say/write the message. after this, i want to send this in console. like plugins menu in admin menu, when u want to change a Cvar.
the output of say must be anything like :
console = request "text".
and not say: request "text".
the problem : i'm using new menu system
__________________