View Single Post
  #3  
Old 04-27-2011, 06:12 AM
Blackrat Blackrat is offline
Approved Member
 
Join Date: Apr 2011
Posts: 133
Default

OKay gotta an issue with rotation, it seems to rotate (same mission reloading) but then all clients timeout even with the DOS box open still. Any ideas?

Start.cmd

Code:
console LOG on
console LOGTIME on
difficulty HeadShake 1
mp_dotrange DOT 20
f mission1.cmd
mission1.cmd

Code:
battle stop

missLoad 128Bobv1_6.mis
timeout 900.00 chat Welcome to Syndicate full real server ALL
timeout 900.00 chat www.syndicatesquadron.com for forum and Vent details ALL
timeout 900.00 chat Maps rotate Every 3 hours ALL
timeout 10200.000 chat Map will change in 10 minutes ALL
timeout 10500.000 chat Map will change in 5 minutes ALL
timeout 10620.000 chat Map will change in 3 minutes ALL
timeout 10680.000 chat Map will change in 2 minutes ALL
timeout 10740.000 chat Map will change in 1 minutes ALL
timeout 10800.000 f mission2.cmd
battle start
mission2.cmd

Code:
battle stop

missLoad 128Bobv1_6.mis
timeout 900.00 chat Welcome to Syndicate full real server ALL
timeout 900.00 chat www.syndicatesquadron.com for forum and Vent details ALL
timeout 900.00 chat Maps rotate Every 3 hours ALL
timeout 10200.000 chat Map will change in 10 minutes ALL
timeout 10500.000 chat Map will change in 5 minutes ALL
timeout 10620.000 chat Map will change in 3 minutes ALL
timeout 10680.000 chat Map will change in 2 minutes ALL
timeout 10740.000 chat Map will change in 1 minutes ALL
timeout 10800.000 f mission1.cmd
battle start
Reply With Quote