From 0c813c40c77a4f7ce07bc150d2bf3b65a12742be Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Wed, 11 Feb 2004 19:32:28 +0000 Subject: [PATCH] updated header | added amxmod include --- plugins/csstats.sma | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/csstats.sma b/plugins/csstats.sma index 5f9d1bec..548ca901 100755 --- a/plugins/csstats.sma +++ b/plugins/csstats.sma @@ -1,7 +1,7 @@ /* AMX Mod X script. * * (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). * @@ -22,5 +22,7 @@ * File location: $moddir/addons/amx */ +#include + public get_score( stats[8] , body[8] ) return stats[0] - stats[1] // kills - deaths \ No newline at end of file