Quote:
Originally Posted by Threshold
Код:
OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
dialogid = 1913, listitem = 7...
PHP код:
// playerid dialogid response listitem inputtext
OnDialogResponse(playerid, 1913, 1, 7, "");
The same applies to any other native callback.
|
Thank you, it work! + Rep