Would it be possible to code an extension that makes sentries target everyone regardless of team/disguises? And then in a plugin do something like this
public SentryHook(client){
if(!CanBeTarget[client] == true)
return Plugin_Handled;
return Plugin_Continue;
}
I thought it would be a cool feature for donators, maybe give them a 10 seconds immunity target every 10 mins. Or if someone is being a pain in the ass instead of just kicking them, they're own teams sentries will kill 'em. If this idea is possible, is there a kind soul out there willing to do it for me?? PLEASE!