updated header | added amxmod include
This commit is contained in:
parent
c3da720704
commit
0c813c40c7
|
@ -1,7 +1,7 @@
|
||||||
/* AMX Mod X script.
|
/* AMX Mod X script.
|
||||||
*
|
*
|
||||||
* (c) 2002-2004, OLO
|
* (c) 2002-2004, OLO
|
||||||
* modified by BAILOPAN,Manip,PM,SniperBeamer
|
* modified by the AMX Mod X Development Team
|
||||||
*
|
*
|
||||||
* This file is provided as is (no warranties).
|
* This file is provided as is (no warranties).
|
||||||
*
|
*
|
||||||
|
@ -22,5 +22,7 @@
|
||||||
* 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