changed header and version info
removed amxmod include
This commit is contained in:
parent
3ceb86753d
commit
059abd83bb
|
@ -1,6 +1,8 @@
|
||||||
/* Get Score for CS STATS.
|
/* AMX Mod X script.
|
||||||
|
*
|
||||||
|
* (c) 2002-2004, OLO
|
||||||
|
* modified by BAILOPAN,Manip,PM,SniperBeamer
|
||||||
*
|
*
|
||||||
* (c) 2003, OLO
|
|
||||||
* This file is provided as is (no warranties).
|
* This file is provided as is (no warranties).
|
||||||
*
|
*
|
||||||
* Function calculates position in rank.
|
* Function calculates position in rank.
|
||||||
|
@ -20,7 +22,5 @@
|
||||||
* File location: $moddir/addons/amx
|
* 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