26.02.2018, 17:28
Hello!
I need help for dialog size.
I want a dialog with long caption, but i cant see the end of string.
Is it solvable without long text?(_______________________)
Result
Result
I need help for dialog size.
I want a dialog with long caption, but i cant see the end of string.
Is it solvable without long text?(_______________________)
Код:
new string[128]; string = "abcdefghijklmnopqrstuvwxyz0123456789,abcdefghijklmnopqrstuvwxyz0123456789"; ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, string, "Text", "Ok", "Cancel");
Quote:
abcdefghijklmnopqrstuvwxyz0123456789,abcdefghijklm n ![]() |
Код:
new string[128]; string = "abcdefghijklmnopqrstuvwxyz0123456789,abcdefghijklmnopqrstuvwxyz0123456789"; ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, string, "Text__________________________________________________________________", "Ok", "Cancel");
