08.05.2013, 21:04
lol I'm waiting for the array out of bounds errors... 
Changing an array size mid script is a horrible idea unless your entire script is retrofitted to handle it.
For Example.
- loop starts using MAX_VEHICLES as an end point
- Array size changes mid loop
- CRASH!!!!!!!! (or maybe not but it'll feck with ur code)

Changing an array size mid script is a horrible idea unless your entire script is retrofitted to handle it.
For Example.
- loop starts using MAX_VEHICLES as an end point
- Array size changes mid loop
- CRASH!!!!!!!! (or maybe not but it'll feck with ur code)