destroyed cars

I'm having the same issue. The db_spawn_vehicles.pl isn't working correctly, it's not re-adding vehicles to the database anymore.
 
No dice. It's possible that the script isn't grabbing the vehicle database correctly. It does the same exact thing for ayan4m1's version as well. Therefor it's the database that is an issue, not the script.

I guess that actually depends on how you look at it, you could alter the script to utilize the new schema.

Anyways, I'll look more into it tonight, work time!
 
I commented out lines 151 and 152. It was exiting without spawning vehicles if cleanup was bounds or all.

Code:
#if ($cleanup eq 'bounds' || $cleanup eq 'all')
#{ goto END;}
 
Back
Top