OhHell replied to Prez Bush's topic in MULTIPLAYER
Prez Bush:
If you run the OFP server as a service you can then use the scheduler to close the server down and restart it with the net stop and start commands at a certain time.
Use Firedaemon to run it as a service
PS
Check out the Kelly's intro and you will see it in action, its on the server.
BTW the only prob I get with this is they seem to ignore behaviour settings but I'm looking into that. ( LOL getting a lot of AI road kills)
Puke m8 try this.
Create a game logic unit and call it wp1 and place it at the destination where you want the convoy to go to on the road.
In the init box of the vehicle put this:
this domove getpos wp1
the unit will then move to the game logic marker and keep to the road smoothly.