cato-a / CoDaM_MiscMod

Official MiscMod for CoDaM in Call of Duty 1.1
BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

Showdown winner not getting rewarded #7

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello My scr_mm_meleefight_winner is enabled but winner is not getting rewarded I can't find in the code where winner gets rewarded I remember seeing a winner getting a M1 carbine on a server once Did this feature got removed ?

cato-a commented 1 year ago

Hi Raphael, good to see you back.

In MiscMod the player is rewarded with a star in the scoreboard for one round in sd.

You can see the code here: https://github.com/cato-a/CoDaM_MiscMod/blob/0925241e64c83f84c40a701d4d1af4e0245931c4/___CoDaM_MiscMod/codam/miscmod.gsc#L651-L655

If you see any other rewards, then that is a customization done by the server owner.

ghost commented 1 year ago

Thank you Cato