18.08.2013, 14:57
You can do it the same way you're storing the TD's ID into the tID array.
pawn Код:
modelIndexes[MAX_PLAYERS][MAX_INDEXES];
tID[playerid][0] = CreateText(...);
modelIndexes[playerid][0] = value;