11.03.2016, 21:43
Create table:
Than, while creating dialog, save to this array for example UID's from results:
And than, in OnPlayerDialogResponse look for UID with that:
Код:
new Results[MAX_PLAYERS][MAX_RECORDS];
Код:
Results[playerid][record_number]=record_uid;
Код:
Results[playerid][listitem]