dataviruset / sm-hosties

The ultimate jailbreak plugin for SourceMod
https://forums.alliedmods.net/forumdisplay.php?f=155
GNU General Public License v3.0
29 stars 27 forks source link

Remove armor before LR #25

Closed MrStanislav0 closed 8 years ago

MrStanislav0 commented 9 years ago

Added new CVAR Remove armor before LR

data-bomb commented 8 years ago

Is potential CT armor causing some fairness issues during an LR?

MrStanislav0 commented 8 years ago

Yes

DorCoMaNdO commented 8 years ago

I think that it'd be beneficial to change all the cvar flags from numbers to the proper definition, it seems like it causes confusion at the current state (seeing that it was assumed to be 1 here, which is wrong). Just because FCVAR_PLUGIN was never used correctly and was deprecated doesn't mean there's no alternative, FCVAR_NONE would do it, this should have been done in the pull request that changed it.

data-bomb commented 8 years ago

Agreed, will change to FCVAR_NONE here and have a follow-on for the rest of the convars.