how to delete every vehicle that isnt in the ongamemodeinit, and when nobody is driving it
#6

pawn Код:
for(new v=0;v<MAX_VEHICLES;v++) if(!IsVehicleOccupied(v)) EraseVeh(v);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)