#define MAX_FUEL 100
enum Car{ Float:F,}
for(new vehicleid; vehicleid < MAX_VEHICLES; vehicleid++) { Carinfo[vehicleid][F] = 100; }