From 43c06b0e368e0b0fa4e9af107141becd4e9871e8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Aug 2005 05:03:50 +0000 Subject: [PATCH] what --- plugins/include/amxmodx.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index c456ca3a..5d1a1491 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -212,9 +212,6 @@ native get_user_deaths(index); /* Sets player deaths. */ native set_user_deaths(index, newdeaths); -/* Sets player frags. */ -native set_user_frags(index, frags); - /* Returns player health. */ native get_user_health(index);