Quote:
|
Originally Posted by Sonic
possibly which are missing
|
Code:
/* from amxmodx.inc */
stock get_user_deaths(index)
return cs_get_user_deaths(index)
/* from amxmodx.inc */
stock set_user_deaths(index,newdeaths)
return cs_set_user_deaths(index,newdeaths)
/* from amxmodx.inc */
stock get_user_money(index)
return cs_get_user_money(index)
/* from amxmodx.inc */
stock set_user_money(index,money,flash=1)
return cs_set_user_money(index,money,flash)
whats about "#include <amxmisc>" in the amxmodx.inc ?
all plugins that uses this lib, load it self
__________________