From bea78c7c194c3f428ce30fa8c6b411e3d56b11e5 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 7 Mar 2004 19:53:27 +0000 Subject: [PATCH] removed get_user_deaths and set_user_deaths --- plugins/include/amxmod.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/include/amxmod.inc b/plugins/include/amxmod.inc index 59f96e56..3d7f50e1 100755 --- a/plugins/include/amxmod.inc +++ b/plugins/include/amxmod.inc @@ -40,12 +40,6 @@ stock user_spawn(index) stock get_logfile( name[], len ) return get_time("admin%m%d.log",name,len) -stock get_user_deaths(index) - return cs_get_user_deaths(index) - -stock set_user_deaths(index,newdeaths) - return cs_set_user_deaths(index,newdeaths) - stock get_user_money(index) return cs_get_user_money(index)