View Single Post
MaNaReaver
Member
Join Date: Apr 2020
Location: India
Old 06-30-2020 , 16:19   Re: Integrating HNS XP with Custom Shop
Reply With Quote #12

Quote:
Originally Posted by OciXCrom View Post
It's possible only by modifying the amount of the default ingame money.
So, will cs_set_user_money(id, hnsxp_get_user_xp(id)) at the end of round work? If not, is it possible to show the XP inside donate points plugin, by editing this?

PHP Code:
if(iPlayer != id)
{
            
num_to_str(iPlayerszTempidcharsmax(szTempid))
            
get_user_name(iPlayerszItemcharsmax(szItem))
            
menu_additem(iMenuszItemszTempid)


Last edited by MaNaReaver; 06-30-2020 at 16:23.
MaNaReaver is offline