Okay, so, I had an idea for an auto-ban system. The idea is if the person is in a certain steam group it would ban them from the server. I don't have much done so far, but here's what I have.
[lua]
function AutoBan ()
if ply: --The part I need to detect what steam groups they're in
then
ply:Ban( 0 )
end
[/lua]
I realize that that function is probably vastly unfinished and incorrect, I'm not very good with writing complex functions like this.
Oh cool. I looked for like 15 minutes on google, and whenever I search anything in Facepunch all the info gets hashed and I can't view it. Thank you.
Edit: Quick question about it if you have used it, where it says (group) is that where I would put the group URL or group name?
Sorry, you need to Log In to post a reply to this thread.