for(new id = 0; id < MAX_VEHICLES; id++){ new string[5]; format(string, sizeof(string), "%i", id); SetVehicleNumberPlate(id, string);}