From a4eccaa4bb118fd6d382a214db7472c9258bd6c6 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 16 Mar 2004 19:39:48 +0000 Subject: [PATCH] removed get_user_wonid() --- plugins/include/amxmod.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/include/amxmod.inc b/plugins/include/amxmod.inc index 5a9ac83b..92dcc386 100755 --- a/plugins/include/amxmod.inc +++ b/plugins/include/amxmod.inc @@ -21,9 +21,6 @@ stock user_spawn(index) stock get_logfile( name[], len ) return get_time("admin%m%d.log",name,len) -stock get_user_wonid(index) - return 0 - stock get_user_money(index) return cs_get_user_money(index)