28.10.2014, 20:22
I think this might work.
pawn Код:
for(new ti; ti < sizeof TIInfo; ti ++) //TIInfo is an array that contains information for all tikis, so its size equals the total amount of tikis in the server
{
PInfo[playerid][FoundTiki][ti] = PInfo[playerid][TikiString][ti];
}