18.03.2011, 17:52
Solved it by creating:
When fetching data from MySQL(afterwards putted to dialog):
So that i is equal to listitem.
And for data display(it is called under dialog):
pawn Code:
new CharName[MAX_PLAYERS][CHARACTERS][32];
pawn Code:
CharName[playerid][i] = Field;
i++;
And for data display(it is called under dialog):
pawn Code:
CharName[playerid][listitem];