reapi icon indicating copy to clipboard operation
reapi copied to clipboard

rg_set_weapon_info doesn't affect the buymenu properly + grenade prices can't be changed

Open OciXCrom opened this issue 7 years ago • 3 comments

If I do this: rg_set_weapon_info(WEAPON_USP, WI_COST, 200)

... I will lose 200$ when buying the gun - correct ... I won't be able to buy the gun if I have less than 200$ - correct ... I won't be able to buy the gun if I have less than 500$ (USP's original price) - wrong

Also, changing the prices for any of the grenades doesn't work.

OciXCrom avatar Apr 30 '17 17:04 OciXCrom

Also, changing the prices for any of the grenades doesn't work

I agree with you, @OciXCrom. @silentq, @theAsmodai, @In-line, how it can be done? Im talking about grenade cost changing. Do we need in a hook something like BuyItem or you guys see some another method of this?

hajimura avatar Feb 03 '18 15:02 hajimura

@s1lentq any idea on this?

metita avatar Jun 15 '20 20:06 metita

@basuritashka Seems this issue is no longer relevant, rg_set_weapon_info(WEAPON_USP, WI_COST, 200) it works correct

s1lentq avatar Jun 15 '20 21:06 s1lentq