12.03.2012, 08:19
Quote:
Vogue, what the hell are you talking about? You've just copied my code and changed the dialogid to 456 and added "Cell Phone" twice while removing "Camera".
|
If theres a new tab or not depends on the previously string lenght before the \t
That means (just an example):
123456\t7 generates 123456 7
1\t234567 generates 1 234567
Its way easier to understand if u go right into word or some office thing like that and try it on ur own.
By sticking to ur example:
Код:
ShowPlayerDialog(playerid, DIALOG_SHOP, DIALOG_STYLE_LIST, "Shopping Menu", "Camera1234\t$100\nCell Phone\t$150", "Buy", "Cancel");