05.04.2009, 12:36
Then you need to array tutid.
new tutid[MAX_PLAYERS];
which you would use like this: tutid[playerid] = playerid;
But I dont see why you even need this in the first place. just use playerid?
new tutid[MAX_PLAYERS];
which you would use like this: tutid[playerid] = playerid;
But I dont see why you even need this in the first place. just use playerid?

