Automate vehicule cleanup&Respawn?

indepth

Member
is there a way to automate the vehicle cleanup and respawn process without going to the GUI?
like a command line or something?
 
perl db_utility.pl --instance ### --host ###.###.###.### --user changeme --pass changeme --name DBNAME --port 3306 --cleanup damaged


perl db_spawn_vehicles.pl --limit 200 --instance ### --host ###.###.###.### --user changeme --pass changeme --name DBNAME --port 3306
 
perl db_utility.pl --instance ### --host ###.###.###.### --user changeme --pass changeme --name DBNAME --port 3306 --cleanup damaged


perl db_spawn_vehicles.pl --limit 200 --instance ### --host ###.###.###.### --user changeme --pass changeme --name DBNAME --port 3306

for some reason this isn't working for me now after I did a fresh server install.. still says 0 fetched 0 spawned
 
Back
Top