for (new i = 0; i < sizeof(CarInfo); i++){ if (strlen(CarInfo[i][vOwner]) && strcmp(CarInfo[i][vOwner],PlayerName(playerid)) == 0) { return i; }}