03.12.2017, 03:30
Quote:
I didn't really understand what you are saying but as I understand you want the second listitem to show players name? Then you don't have to use inputtext, because inputtext is just from DIALOG_STYLE_INPUT. You want to get players name.
|
It's useless,
Well firstly i thought that only DIALOG_STLYE_INPUT returns the inputtext but after examining scripts , creating those i find that not only DIALOG_STYLE_INPUT returns inputtext , but DIALOG_STYLE_LIST will also return it, e.g
If you have a code like..
ShowPlayerDialog(playerid,500,"LOL Dialog","Too Pro\nToo Noob\nHOBO".......
So when you'll be using dialog id 500 so in the first case inputtext will return Too Pro in next case Too Noob in third HOBO,
I've also used this technique to determine fonts in my latest script.