Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Multiplayer score  (Read 1820 times)

0 Members and 1 Guest are viewing this topic.

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Multiplayer score
« on: 17 Jun 2004, 14:18:35 »
I'm trying to write a script that will adjust players scores to 1 in a multiplayer game.  I tried a global trigger:
score unitname > 1
unitname addscore -1

this will adjust the total score of the player, but the game still displays how many infantry kills, then just adjusts the total score.
  I want to put this on a CTF.  I think this will encourage people to actually try to capture flags, instead of just running up their kill totals without bothering to try for a flag.  I know I can addscore for a successful flag cap which will boost the total, but too many people treat a ctf as more like a tdm instead and get in to the whole "I owned because I got the most kills" crap, and some cannot be convinced that the only thing that counts in a ctf is Captures!
  Any way to readjust the infantry,armored,soft,air etc scores so only 1 kill is displayed when "i" is pressed in MP?