View Single Post
LnG
Junior Member
Join Date: Sep 2006
Old 07-08-2020 , 18:16   Re: [CS:GO] Bounty System for Zephyrus Store V1.1 [29/05/2020]
Reply With Quote #6

Does not work with multiple bounties, I changed the following code:

PHP Code:
g_bountyamount[itarget] = g_iManualAmount[client
to

PHP Code:
g_bountyamount[itarget] += g_iManualAmount[client
working good so far.

edit: Also had to reset bounties on roundend after making that change.
__________________

Last edited by LnG; 07-08-2020 at 19:45.
LnG is offline