removed get_user_deaths and set_user_deaths

This commit is contained in:
Felix Geyer 2004-03-07 19:53:27 +00:00
parent 538b7a7a12
commit bea78c7c19

View File

@ -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)