moved backwards compatibility stocks to amxmod.inc

This commit is contained in:
Felix Geyer 2004-03-07 14:28:33 +00:00
parent cc277c1bf9
commit 3ce69e473f

View File

@ -597,21 +597,3 @@ forward inconsistent_file(id,const filename[], reason[64] );
/* Forces the client and server to be running with the same
* version of the specified file ( e.g., a player model ). */
native force_unmodified(force_type, mins[3] , maxs[3], const filename[]);
/* backwards compatibility */
stock get_user_deaths(index)
return cs_get_user_deaths(index)
/* backwards compatibility */
stock set_user_deaths(index,newdeaths)
return cs_set_user_deaths(index,newdeaths)
/* backwards compatibility */
stock get_user_money(index)
return cs_get_user_money(index)
/* backwards compatibility */
stock set_user_money(index,money,flash=1)
return cs_set_user_money(index,money,flash)
#include <amxmisc>