12.02.2015, 11:35
Create something like a global array for each player:
Inside your command where you check whether the wanted level is greater than ZERO do something like this:
And when responding to the dialog, simply do;
This must work as i'm using this.
pawn Код:
new DialogInputs[MAX_PLAYERS][MAX_PLAYERS];
pawn Код:
DialogInputs[playerid][count] = i;
pawn Код:
new clickedID = DialogInputs[playerid][listitem];