rtv commands
Closed this issue · 2 comments
rcon420 commented
Could you add triggers like this maybe in the plugin? most people are probbaly used to use rtv command without ! or /
if (@event.Text.Trim() == "rtv"
|| @event.Text.Trim() == "!rtv"
|| @event.Text.Trim() == "/rtv")
and you you please add check for HLTV and BOTS?
get => Utilities.GetPlayers()
.Where(x => !x.IsBot && !x.IsHLTV)
.Count();
justinnobledev commented
Yeah I can add that at some point
justinnobledev commented
This is being added in the next version should be out in a few days just have to do some testing.