Originally posted by xByNovaa
This is only an idea and i dont know if its already been suggested / coded.
Is it possible to combine a Say menu with a In-Game clan tag editor.
So if you activate this, the keyboard for the clan tag editor will come up and you can type something to say in game.
Yea I made an in-game keyboard.
Basically, I stored all my letters in an array, and displayed them as text. So when your cursor position (another variable which is a number that starts at 0) is on a certain number (corresponding to the letter array) and you press the 'Select' Button, my text string stores that letter. When you press the 'Enter' button, it prints the whole string you typed.
EX:
foreach( player in level.players )
player iPrintLnBold( string );//String is not defined in this example
Hope that helps, if your question was for GSC and not CFG