24.11.2016, 10:31
Run an editor that supports Regular expression and open a new file, paste the parameters from your post above and CTRL + H. Tick Regular expression in your options and:
| Search for: | \s(.*) |
| Replace with: | AddStaticVehicle($1); |

