Despawn all vehicles on the map?
#1

I'm not to sure how I would do this. Basically, I just want to remove every single vehicle on the map (spawned or not) without them respawning, if this is possible. Thanks!
Reply
#2

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

remove vehicles under OnGamemodeInit.. remove all vehicles all you want to remove.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)