15.06.2013, 23:54
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!
for(new i = 0; i < MAX_VEHICLES; i++){
DestroyVehicle(i);
}