Author Topic: dodgeball server  (Read 919 times)

0 Members and 1 Guest are viewing this topic.

Offline f00lz.Thijs

  • Major(1)
  • Posts: 12
dodgeball server
« on: December 24, 2007, 04:48:19 pm »
hello

i want to set up dodgeball server so i set game mode to "2" (team match) but how can i disable charlie and delta? :)

thx!

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: dodgeball server
« Reply #1 on: December 24, 2007, 04:58:25 pm »
Dodgeball servers usually run CTF, which would solve your problem of disabling the two teams.

Offline f00lz.Thijs

  • Major(1)
  • Posts: 12
Re: dodgeball server
« Reply #2 on: December 24, 2007, 04:59:53 pm »
But how can i make it so, that the players only can play if everybody is dead ?

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: dodgeball server
« Reply #3 on: December 24, 2007, 05:00:10 pm »
Enable Survival mode.

Offline f00lz.Thijs

  • Major(1)
  • Posts: 12
Re: dodgeball server
« Reply #4 on: December 24, 2007, 05:35:20 pm »
Thanks it works. But eh, i want firstblood.. how can i do this? (I found script but when i run it the server doesn't start up!!)

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: dodgeball server
« Reply #5 on: December 24, 2007, 05:41:08 pm »
Find out what error the server throws at you (run it in a cmd window) and post it here. And make sure you've followed the instructions in the sticky topics of the Scripting Help section for adding a script properly.

Offline f00lz.Thijs

  • Major(1)
  • Posts: 12
Re: dodgeball server
« Reply #6 on: December 24, 2007, 05:42:03 pm »
Yes i make a folder called firstblood and i insert the files Includes.txt and firstblood.pas and i copy the script exactly.

I don't know how to see the error? i use arsse
« Last Edit: December 24, 2007, 06:01:04 pm by f00lz.Thijs »

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: dodgeball server
« Reply #7 on: December 25, 2007, 12:37:47 pm »
Run it from a command window. If you're on Windows, simply create a batch file in your server directory (e.g. "run.bat"), containing these two lines:

soldatserver.exe
pause


Then double click that file. You should then be able to why it's crashing by looking at the console output. If you need any help comprehending that, post it here.
« Last Edit: December 25, 2007, 12:46:00 pm by Toumaz »