Despawn all vehicles on the map?
#2

This will remove all vehicles:
pawn Code:
for(new i = 0; i < MAX_VEHICLES; i++){
DestroyVehicle(i);
}
Reply


Messages In This Thread
Despawn all vehicles on the map? - by Zion22be - 15.06.2013, 23:54
Re: Despawn all vehicles on the map? - by jtemple042996 - 16.06.2013, 02:43
Re: Despawn all vehicles on the map? - by ToiletDuck - 16.06.2013, 06:30

Forum Jump:


Users browsing this thread: 1 Guest(s)