[Half-Life AMXX] / csstats.sma Repository:
ViewVC logotype

Diff of /csstats.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18, Sat Nov 17 17:07:31 2007 UTC revision 44, Mon Oct 11 23:53:51 2010 UTC
# Line 46  Line 46 
46  * 4 - shots  * 4 - shots
47  * 5 - hits  * 5 - hits
48  * 6 - damage  * 6 - damage
49    * 7 - defusions
50    * 8 - defused
51    * 9 - plants
52    * 10 - explosions
53  *  *
54  * Returning cellmin as value in get_score function  * Returning cellmin as value in get_score function
55  * makes that rank won't be saved. */  * makes that rank won't be saved. */
56    
57  public get_score(stats[8], body[8])  public get_score(stats[11], body[8])
58          return stats[0] - stats[1] - stats[3]   // kills - deaths - teamkills          return stats[0] - stats[1] - stats[3]   // kills - deaths - teamkills

Legend:
Removed from v.18  
changed lines
  Added in v.44

Contact
ViewVC Help
Powered by ViewVC 1.0.4