mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
removed get_user_deaths and set_user_deaths
This commit is contained in:
parent
538b7a7a12
commit
bea78c7c19
@ -40,12 +40,6 @@ stock user_spawn(index)
|
|||||||
stock get_logfile( name[], len )
|
stock get_logfile( name[], len )
|
||||||
return get_time("admin%m%d.log",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)
|
stock get_user_money(index)
|
||||||
return cs_get_user_money(index)
|
return cs_get_user_money(index)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user