Rainyan / sourcemod-nt-anti-cap-deny

SourceMod plugin for Neotokyo — If the last living player of a team disconnects or suicides (or gets posthumously teamkilled) to prevent a ghost capture, treat it as if the ghost capture happened.
GNU General Public License v3.0
0 stars 1 forks source link

Increment score beyond rank-ups #10

Open Rainyan opened 1 year ago

Rainyan commented 1 year ago

https://github.com/Rainyan/sourcemod-nt-anti-cap-deny/blob/deef8702d984e9f464007cf255c188508f513f66/scripting/nt_anti_ghostcap_deny.sp#L298

(...)

https://github.com/Rainyan/sourcemod-nt-anti-cap-deny/blob/deef8702d984e9f464007cf255c188508f513f66/scripting/nt_anti_ghostcap_deny.sp#L304-L309

Instead of returning early, should increment the missing score difference to the final player score, ie:

(Also need to take the round win bonuses into account, so we don't award too many points.)