changed header and version info
removed amxmod include
This commit is contained in:
parent
3ceb86753d
commit
059abd83bb
|
@ -1,26 +1,26 @@
|
||||||
/* Get Score for CS STATS.
|
/* AMX Mod X script.
|
||||||
*
|
*
|
||||||
* (c) 2003, OLO
|
* (c) 2002-2004, OLO
|
||||||
* This file is provided as is (no warranties).
|
* modified by BAILOPAN,Manip,PM,SniperBeamer
|
||||||
*
|
*
|
||||||
* Function calculates position in rank.
|
* This file is provided as is (no warranties).
|
||||||
*
|
*
|
||||||
* Stats:
|
* Function calculates position in rank.
|
||||||
* 0 - kills
|
*
|
||||||
* 1 - deaths
|
* Stats:
|
||||||
* 2 - headshots
|
* 0 - kills
|
||||||
* 3 - teamkilling
|
* 1 - deaths
|
||||||
* 4 - shots
|
* 2 - headshots
|
||||||
* 5 - hits
|
* 3 - teamkilling
|
||||||
* 6 - damage
|
* 4 - shots
|
||||||
*
|
* 5 - hits
|
||||||
* Returning cellmin as value in get_score function
|
* 6 - damage
|
||||||
* makes that rank won't be saved.
|
*
|
||||||
*
|
* Returning cellmin as value in get_score function
|
||||||
* File location: $moddir/addons/amx
|
* makes that rank won't be saved.
|
||||||
*/
|
*
|
||||||
|
* File location: $moddir/addons/amx
|
||||||
#include <amxmod>
|
*/
|
||||||
|
|
||||||
public get_score( stats[8] , body[8] )
|
public get_score( stats[8] , body[8] )
|
||||||
return stats[0] - stats[1] // kills - deaths
|
return stats[0] - stats[1] // kills - deaths
|
Loading…
Reference in New Issue
Block a user