// add this in OnGameModeInitSetTimer("ChangeColor", 1000, true);forward ChangeColor();public ChangeColor(){ new cRandom; cRandom = random(8); SetVehicleColor(vehicle id, cRandom); return 1;}