13.08.2016, 17:21
(
Последний раз редактировалось Locky_; 13.08.2016 в 20:10.
)
Quote:
Thanks for reporting. The error has been fixed.
Update v2.7.3: - Fixed showing dialog right after under OnDialogResponse. - Renamed Dialog_SetListModelRotation to Dialog_SetModelRot. - Also the textdraws are now built on a base resolution of 1080p instead of 900p (because most people play on 1080p). |
Код:
new listitem = p_Dialog[playerid][E_PLAYER_DIALOG_LISTITEMS];
Код:
new listitem = p_Dialog[playerid][E_PLAYER_DIALOG_LISTITEM_ID];
Dialog_SetModelRot How do you use it?
Only successful using DIALOG STYLE PREVMODEL .. as LIST no success.
--
Another bug ... Fix this by changing
Код:
if (p_Dialog[playerid][E_PLAYER_DIALOG_STYLE] == DIALOG_STYLE_PREVMODEL) index = listitem - ((listitem / 24) * 24); else index = listitem - ((listitem / 5) * 5);