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: Default SCOREBOARD variables  (Read 3631 times)

0 Members and 1 Guest are viewing this topic.

Offline tedbell

  • Members
  • *
Default SCOREBOARD variables
« on: 04 Jan 2010, 19:58:19 »
Can someone tell me how to access the default scoreboard variables? I am just looking for the local player stats that appear on the scoreboard:

unit kills, vehicle kills, armor kills, air kills, player deaths

I know I can get score player for the score, but the other stats I have no idea. This is for a single player playing a multiplayer co-op game against AI. These stats show up in-game when you hit the "I" key.

Thanks!!

Offline kju

  • Members
  • *
    • PvPScene - The ArmA II multiplayer community
Re: Default SCOREBOARD variables
« Reply #1 on: 04 Jan 2010, 20:01:14 »
Not possible I believe.

You can count yourself somewhat fine via killedEH event.
On a dedicated server you can output the scores via -ranking=filename.log

Offline tedbell

  • Members
  • *
Re: Default SCOREBOARD variables
« Reply #2 on: 08 Jan 2010, 02:30:08 »
Yes, adding a killed event to track deaths seems to be the only way to do it. Works great. Thanks, Kju