while(fread(file, string)) { if(CarInfo[vehicleid][cID] == vehicleid) { printf("ID VEH: %d",CarInfo[vehicleid][cID]); //ChangeVehicleColor(GetPlayerVehicleID(playerid), couleur1, CarInfo[vehicleid][cColorOne]); //ChangeVehicleColor(GetPlayerVehicleID(playerid), couleur1, CarInfo[vehicleid][cColorOne]); CarInfo[vehicleid][cColorOne] = 0; ChangeVehicleColor(vehicleid, 0, 1); OnPropUpdate(); return 1; } }