public OnGameModeInit(){ //code AllVehSetHealth(); return 1;}AllVehSetHealth(){ for(new v; v<MAX_VEHICLES;v++) { SetVehicleHealth(v, 5000); }}