gifted-gigabyte-55574
js IsASweeperVeh(carid) { for(new v = 0; v < MAX_SWEEPER_VEHICLES; v++) { if(carid == SweepVeh[v]) return 1; } return 0; }