10.11.2014, 11:01
I updated all libs and natives from ci.gtaun.net, if that's what you mean. Ok, I just use second variant.
Could you please show me how to work with dialogs?
For example, I want to show registation form for connected player:
but I can't use integer as dialog id, I must use DialogId class, but I can't find information how to use it.
Could you please show me how to work with dialogs?
For example, I want to show registation form for connected player:
Код:
p.showDialog(123, DialogStyle.INPUT, "Регистрация", "Введите пароль:", "Далее", "Выход");