02.06.2017, 10:43
I to find it alot easier rather then using dialog ids, it makes it alot easier to track them rather then having to remember the id's for example.
under OnDialogResponse
Код:
#define DIALOG_REGISTER
Код:
if(dialogid == DIALOG_REGISTER)
Код:
return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "Register",string,"Register","");