falahati / veterans

"Veterans Only" (or simply "veterans") is a Plugin for SourceMod and written with SourcePawn to restrict access of players based on their playtime in a specific game
GNU General Public License v3.0
17 stars 4 forks source link

Add immunity option for privileged players #6

Closed crashzk closed 4 years ago

crashzk commented 4 years ago

Would it be possible to implement an option to configure players with privileges immune to all verification of the plugin?

falahati commented 4 years ago

New cvars added:

sm_veterans_excludereservedslots = Should we exclude players that have a reserved slot from punishment? (Default = Yes) cvar_excludePrivileged = Should we exclude privileged players from punishment? (Default = No)

I didn't test the latest version since I don't have a server anymore, so it would be great if someone could tell me if it works.